#3A0049
A very dark, vivid magenta closely aligning with Midnightblue.
About #3A0049
Visually, #3A0049 is defined as a vivid magenta. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 58 red, 0 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 100% M, 0% Y, and 71% K. With a hue angle of 287.7 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#3A0049
RGB58, 0, 73
HSL287.7°, 100.0%, 14.3%
CMYK21%, 100%, 0%, 71%
HSV287.7°, 100.0%, 28.6%
LAB11.8, 37.1, -29.8
XYZ2.9, 1.4, 6.4
Decimal3801161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.46:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.73:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0049;
}
.text-color {
color: #3A0049;
}
.border-color {
border: 2px solid #3A0049;
}