Shades of Mardi Gras #420E49
Tints of Mardi Gras #420E49
RGB
CMYK
RGB Variations
Color information
#420E49 (or 0x420E49) is known color: Mardi Gras. HEX triplet: 42, 0E and 49. RGB value is (66,14,73). Sum of RGB (Red+Green+Blue) = 66+14+73=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #420E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E49 is #BDF1B6. Grayscale: #242424. Windows color (decimal): -12448183 or 4787778. OLE color: 4787778.
HSL color Cylindrical-coordinate representation of color #420E49: hue angle of 292.88º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420E49 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 14 | 73 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.71 |
| HSL | 292.88º | 0.68% | 0.17% | - |
| HSV(B) | 292.88º | 0.81% | 0.29% | - |
| XYZ | 3.61 | 1.95 | 6.49 | - |
| YUV | 36.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 73 | 0.10 | 0.81 | 0 | 0.71 | 292.88 | 0.68 | 0.17 |
| Hex | 42 | E | 49 | A | 51 | 0 | 47 | 125 | 44 | 11 |
| Octal | 102 | 16 | 111 | 12 | 121 | 0 | 107 | 445 | 104 | 21 |
| Binary | 1000010 | 1110 | 1001001 | 1010 | 1010001 | 0 | 1000111 | 100100101 | 1000100 | 10001 |
Color Harmonies of #420E49
Complementary color
Monochromatic Colors of #420E49
Black with #420E49
Text Example
Text Example
White with #420E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E49; }
p { color: rgb(66,14,73); }
H1.HeaderClassName
{
color: #420E49;
}
.AnyTagClassName
{
color: #420E49;
}
</style>
background-color css
<style>
a { background-color: #420E49; }
a { background-color: rgb(66,14,73); }
div.DivClassName
{
background-color: #420E49;
}
.BgClassName
{
background-color: #420E49;
}
</style>
border-color css
<style>
span { border-color: #420E49; }
span { border-color: rgb(66,14,73); }
td.TdClassName
{
border-color: #420E49;
}
.TagClassName
{
border-color: #420E49;
}
</style>