#420F7C
A dark, vivid purple closely aligning with Indigo.
About #420F7C
The precise color #420F7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indigo. Its digital footprint relies on 66 parts red, 15 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 47% cyan and 88% magenta inks. The HSL representation is 268.1° hue, 78.4% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#420F7C
RGB66, 15, 124
HSL268.1°, 78.4%, 27.3%
CMYK47%, 88%, 0%, 51%
HSV268.1°, 87.9%, 48.6%
LAB19.9, 45.1, -50.6
XYZ6.1, 3.0, 19.3
Decimal4329340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.20:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.62:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420F7C;
}
.text-color {
color: #420F7C;
}
.border-color {
border: 2px solid #420F7C;
}