Indigo (Purple)
#40138E
RGB: 64, 19, 142
Color OverviewHEX #40138E
#40138E Color Code Information
In the RGB color space, #40138E is composed of 25% red, 7% green, and 56% blue. In the HSL color space, it has a hue of 262°, saturation of 76%, and lightness of 32%.
HEX
#40138E
RGB
64, 19, 142
HSL
262°, 76%, 32%
HSV
262°, 87%, 56%
CMYK
55%, 87%, 0%, 44%
Name Match
Indigo
Closest StandardShades of #40138E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #40138E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #40138E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #40138E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #40138E Background
Contrast Ratio against Pure White (#FFFFFF):12.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #40138E Background
Contrast Ratio against Pure Black (#000000):1.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #40138E;
}
.element {
color: #40138E;
background-color: #40138E;
border-color: #40138E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#40138E] text-[#40138E] border-[#40138E]"> Content styled with #40138E </div>