Shades of Mardi Gras #42023C
Tints of Mardi Gras #42023C
RGB
CMYK
RGB Variations
Color information
#42023C (or 0x42023C) is known color: Mardi Gras. HEX triplet: 42, 02 and 3C. RGB value is (66,2,60). Sum of RGB (Red+Green+Blue) = 66+2+60=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42023C is #BDFDC3. Grayscale: #1B1B1B. Windows color (decimal): -12451268 or 3932738. OLE color: 3932738.
HSL color Cylindrical-coordinate representation of color #42023C: hue angle of 305.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42023C is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.74 |
| HSL | 305.63º | 0.94% | 0.13% | - |
| HSV(B) | 305.63º | 0.97% | 0.26% | - |
| XYZ | 3.08 | 1.53 | 4.41 | - |
| YUV | 27.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 60 | 0 | 0.97 | 0.09 | 0.74 | 305.63 | 0.94 | 0.13 |
| Hex | 42 | 2 | 3C | 0 | 61 | 9 | 4A | 132 | 5E | D |
| Octal | 102 | 2 | 74 | 0 | 141 | 11 | 112 | 462 | 136 | 15 |
| Binary | 1000010 | 10 | 111100 | 0 | 1100001 | 1001 | 1001010 | 100110010 | 1011110 | 1101 |
Color Harmonies of #42023C
Complementary color
Monochromatic Colors of #42023C
Black with #42023C
Text Example
Text Example
White with #42023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42023C; }
p { color: rgb(66,2,60); }
H1.HeaderClassName
{
color: #42023C;
}
.AnyTagClassName
{
color: #42023C;
}
</style>
background-color css
<style>
a { background-color: #42023C; }
a { background-color: rgb(66,2,60); }
div.DivClassName
{
background-color: #42023C;
}
.BgClassName
{
background-color: #42023C;
}
</style>
border-color css
<style>
span { border-color: #42023C; }
span { border-color: rgb(66,2,60); }
td.TdClassName
{
border-color: #42023C;
}
.TagClassName
{
border-color: #42023C;
}
</style>