#3A0F92
A dark, vivid purple closely aligning with Indigo.
About #3A0F92
When working with digital screens, the color #3A0F92 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(58, 15, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 90% M, 0% Y, and 43% K. The HSL representation is 259.7° hue, 81.4% saturation, and 31.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A0F92
RGB58, 15, 146
HSL259.7°, 81.4%, 31.6%
CMYK60%, 90%, 0%, 43%
HSV259.7°, 89.7%, 57.3%
LAB21.3, 50.0, -62.1
XYZ7.1, 3.3, 27.5
Decimal3805074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.63:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.07:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F92;
}
.text-color {
color: #3A0F92;
}
.border-color {
border: 2px solid #3A0F92;
}