#33005F
A very dark, vivid purple closely aligning with Midnightblue.
About #33005F
When working with digital screens, the color #33005F is rendered by mixing light. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 51 red, 0 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 46% cyan, 100% magenta, 0% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33005F
RGB51, 0, 95
HSL272.2°, 100.0%, 18.6%
CMYK46%, 100%, 0%, 63%
HSV272.2°, 100.0%, 37.3%
LAB12.8, 41.1, -43.3
XYZ3.4, 1.5, 10.9
Decimal3342431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.08:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.37:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33005F;
}
.text-color {
color: #33005F;
}
.border-color {
border: 2px solid #33005F;
}