#49075F
A dark, vivid magenta closely aligning with Midnightblue.
About #49075F
At its core, #49075F is a dark and vivid hue. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 73 red, 7 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 23% C, 93% M, 0% Y, and 63% K. With a hue angle of 285.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#49075F
RGB73, 7, 95
HSL285.0°, 86.3%, 20.0%
CMYK23%, 93%, 0%, 63%
HSV285.0°, 92.6%, 37.3%
LAB17.4, 41.8, -35.6
XYZ4.9, 2.4, 11.0
Decimal4786015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.20:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.57:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49075F;
}
.text-color {
color: #49075F;
}
.border-color {
border: 2px solid #49075F;
}