#33007C
A dark, vivid purple closely aligning with Indigo.
About #33007C
At its core, #33007C is a dark and vivid hue. It is closely associated with the named CSS color Indigo. Its digital footprint relies on 51 parts red, 0 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 59% cyan and 100% magenta inks. With a hue angle of 264.7 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#33007C
RGB51, 0, 124
HSL264.7°, 100.0%, 24.3%
CMYK59%, 100%, 0%, 51%
HSV264.7°, 100.0%, 48.6%
LAB16.3, 48.2, -56.5
XYZ5.0, 2.2, 19.2
Decimal3342460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.67:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.02:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33007C;
}
.text-color {
color: #33007C;
}
.border-color {
border: 2px solid #33007C;
}