Shades of Mardi Gras #42003C
Tints of Mardi Gras #42003C
RGB
CMYK
RGB Variations
Color information
#42003C (or 0x42003C) is known color: Mardi Gras. HEX triplet: 42, 00 and 3C. RGB value is (66,0,60). Sum of RGB (Red+Green+Blue) = 66+0+60=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003C is #BDFFC3. Grayscale: #1A1A1A. Windows color (decimal): -12451780 or 3932226. OLE color: 3932226.
HSL color Cylindrical-coordinate representation of color #42003C: hue angle of 305.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42003C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.09 | 0.74 |
| HSL | 305.45º | 1% | 0.13% | - |
| HSV(B) | 305.45º | 1% | 0.26% | - |
| XYZ | 3.06 | 1.48 | 4.4 | - |
| YUV | 26.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 60 | 0 | 1 | 0.09 | 0.74 | 305.45 | 1 | 0.13 |
| Hex | 42 | 0 | 3C | 0 | 64 | 9 | 4A | 131 | 64 | D |
| Octal | 102 | 0 | 74 | 0 | 144 | 11 | 112 | 461 | 144 | 15 |
| Binary | 1000010 | 0 | 111100 | 0 | 1100100 | 1001 | 1001010 | 100110001 | 1100100 | 1101 |
Color Harmonies of #42003C
Complementary color
Monochromatic Colors of #42003C
Black with #42003C
Text Example
Text Example
White with #42003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42003C; }
p { color: rgb(66,0,60); }
H1.HeaderClassName
{
color: #42003C;
}
.AnyTagClassName
{
color: #42003C;
}
</style>
background-color css
<style>
a { background-color: #42003C; }
a { background-color: rgb(66,0,60); }
div.DivClassName
{
background-color: #42003C;
}
.BgClassName
{
background-color: #42003C;
}
</style>
border-color css
<style>
span { border-color: #42003C; }
span { border-color: rgb(66,0,60); }
td.TdClassName
{
border-color: #42003C;
}
.TagClassName
{
border-color: #42003C;
}
</style>