Shades of Mardi Gras #420E47
Tints of Mardi Gras #420E47
RGB
CMYK
RGB Variations
Color information
#420E47 (or 0x420E47) is known color: Mardi Gras. HEX triplet: 42, 0E and 47. RGB value is (66,14,71). Sum of RGB (Red+Green+Blue) = 66+14+71=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #420E47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E47 is #BDF1B8. Grayscale: #232323. Windows color (decimal): -12448185 or 4656706. OLE color: 4656706.
HSL color Cylindrical-coordinate representation of color #420E47: hue angle of 294.74º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420E47 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 14 | 71 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.72 |
| HSL | 294.74º | 0.67% | 0.17% | - |
| HSV(B) | 294.74º | 0.8% | 0.28% | - |
| XYZ | 3.54 | 1.93 | 6.15 | - |
| YUV | 36.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 71 | 0.07 | 0.80 | 0 | 0.72 | 294.74 | 0.67 | 0.17 |
| Hex | 42 | E | 47 | 7 | 50 | 0 | 48 | 127 | 43 | 11 |
| Octal | 102 | 16 | 107 | 7 | 120 | 0 | 110 | 447 | 103 | 21 |
| Binary | 1000010 | 1110 | 1000111 | 111 | 1010000 | 0 | 1001000 | 100100111 | 1000011 | 10001 |
Color Harmonies of #420E47
Complementary color
Monochromatic Colors of #420E47
Black with #420E47
Text Example
Text Example
White with #420E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E47; }
p { color: rgb(66,14,71); }
H1.HeaderClassName
{
color: #420E47;
}
.AnyTagClassName
{
color: #420E47;
}
</style>
background-color css
<style>
a { background-color: #420E47; }
a { background-color: rgb(66,14,71); }
div.DivClassName
{
background-color: #420E47;
}
.BgClassName
{
background-color: #420E47;
}
</style>
border-color css
<style>
span { border-color: #420E47; }
span { border-color: rgb(66,14,71); }
td.TdClassName
{
border-color: #420E47;
}
.TagClassName
{
border-color: #420E47;
}
</style>