Shades of Mardi Gras #420D47
Tints of Mardi Gras #420D47
RGB
CMYK
RGB Variations
Color information
#420D47 (or 0x420D47) is known color: Mardi Gras. HEX triplet: 42, 0D and 47. RGB value is (66,13,71). Sum of RGB (Red+Green+Blue) = 66+13+71=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #420D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420D47 is #BDF2B8. Grayscale: #232323. Windows color (decimal): -12448441 or 4656450. OLE color: 4656450.
HSL color Cylindrical-coordinate representation of color #420D47: hue angle of 294.83º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #420D47 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 13 | 71 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.72 |
| HSL | 294.83º | 0.69% | 0.16% | - |
| HSV(B) | 294.83º | 0.82% | 0.28% | - |
| XYZ | 3.53 | 1.9 | 6.14 | - |
| YUV | 35.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 71 | 0.07 | 0.82 | 0 | 0.72 | 294.83 | 0.69 | 0.16 |
| Hex | 42 | D | 47 | 7 | 52 | 0 | 48 | 127 | 45 | 10 |
| Octal | 102 | 15 | 107 | 7 | 122 | 0 | 110 | 447 | 105 | 20 |
| Binary | 1000010 | 1101 | 1000111 | 111 | 1010010 | 0 | 1001000 | 100100111 | 1000101 | 10000 |
Color Harmonies of #420D47
Complementary color
Monochromatic Colors of #420D47
Black with #420D47
Text Example
Text Example
White with #420D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D47; }
p { color: rgb(66,13,71); }
H1.HeaderClassName
{
color: #420D47;
}
.AnyTagClassName
{
color: #420D47;
}
</style>
background-color css
<style>
a { background-color: #420D47; }
a { background-color: rgb(66,13,71); }
div.DivClassName
{
background-color: #420D47;
}
.BgClassName
{
background-color: #420D47;
}
</style>
border-color css
<style>
span { border-color: #420D47; }
span { border-color: rgb(66,13,71); }
td.TdClassName
{
border-color: #420D47;
}
.TagClassName
{
border-color: #420D47;
}
</style>