#33003A
A very dark, vivid magenta closely aligning with Midnightblue.
About #33003A
At its core, #33003A is a very dark and vivid hue. It is closely associated with the named CSS color Midnightblue. Its digital footprint relies on 51 parts red, 0 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 12% cyan, 100% magenta, 0% yellow, and 77% black. The HSL representation is 292.8° hue, 100.0% saturation, and 11.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#33003A
RGB51, 0, 58
HSL292.8°, 100.0%, 11.4%
CMYK12%, 100%, 0%, 77%
HSV292.8°, 100.0%, 22.7%
LAB9.1, 32.9, -23.7
XYZ2.1, 1.0, 4.1
Decimal3342394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.47:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.70:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33003A;
}
.text-color {
color: #33003A;
}
.border-color {
border: 2px solid #33003A;
}