#330F7C
A dark, vivid purple closely aligning with Indigo.
About #330F7C
At its core, #330F7C is a dark and vivid hue. Its closest recognized web color is Indigo. In the RGB color space, it consists of 51 red, 15 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 59% C, 88% M, 0% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#330F7C
RGB51, 15, 124
HSL259.8°, 78.4%, 27.3%
CMYK59%, 88%, 0%, 51%
HSV259.8°, 87.9%, 48.6%
LAB17.9, 43.3, -53.8
XYZ5.2, 2.5, 19.3
Decimal3346300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.00:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.38:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F7C;
}
.text-color {
color: #330F7C;
}
.border-color {
border: 2px solid #330F7C;
}