Shades of Mardi Gras #420B47
Tints of Mardi Gras #420B47
RGB
CMYK
RGB Variations
Color information
#420B47 (or 0x420B47) is known color: Mardi Gras. HEX triplet: 42, 0B and 47. RGB value is (66,11,71). Sum of RGB (Red+Green+Blue) = 66+11+71=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #420B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B47 is #BDF4B8. Grayscale: #222222. Windows color (decimal): -12448953 or 4655938. OLE color: 4655938.
HSL color Cylindrical-coordinate representation of color #420B47: hue angle of 295º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420B47 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 11 | 71 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.72 |
| HSL | 295º | 0.73% | 0.16% | - |
| HSV(B) | 295º | 0.85% | 0.28% | - |
| XYZ | 3.5 | 1.85 | 6.13 | - |
| YUV | 34.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 71 | 0.07 | 0.85 | 0 | 0.72 | 295 | 0.73 | 0.16 |
| Hex | 42 | B | 47 | 7 | 55 | 0 | 48 | 127 | 49 | 10 |
| Octal | 102 | 13 | 107 | 7 | 125 | 0 | 110 | 447 | 111 | 20 |
| Binary | 1000010 | 1011 | 1000111 | 111 | 1010101 | 0 | 1001000 | 100100111 | 1001001 | 10000 |
Color Harmonies of #420B47
Complementary color
Monochromatic Colors of #420B47
Black with #420B47
Text Example
Text Example
White with #420B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B47; }
p { color: rgb(66,11,71); }
H1.HeaderClassName
{
color: #420B47;
}
.AnyTagClassName
{
color: #420B47;
}
</style>
background-color css
<style>
a { background-color: #420B47; }
a { background-color: rgb(66,11,71); }
div.DivClassName
{
background-color: #420B47;
}
.BgClassName
{
background-color: #420B47;
}
</style>
border-color css
<style>
span { border-color: #420B47; }
span { border-color: rgb(66,11,71); }
td.TdClassName
{
border-color: #420B47;
}
.TagClassName
{
border-color: #420B47;
}
</style>