Shades of Mardi Gras #42043B
Tints of Mardi Gras #42043B
RGB
CMYK
RGB Variations
Color information
#42043B (or 0x42043B) is known color: Mardi Gras. HEX triplet: 42, 04 and 3B. RGB value is (66,4,59). Sum of RGB (Red+Green+Blue) = 66+4+59=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42043B is #BDFBC4. Grayscale: #1C1C1C. Windows color (decimal): -12450757 or 3867714. OLE color: 3867714.
HSL color Cylindrical-coordinate representation of color #42043B: hue angle of 306.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42043B is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 59 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.74 |
| HSL | 306.77º | 0.89% | 0.14% | - |
| HSV(B) | 306.77º | 0.94% | 0.26% | - |
| XYZ | 3.08 | 1.56 | 4.28 | - |
| YUV | 28.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 59 | 0 | 0.94 | 0.11 | 0.74 | 306.77 | 0.89 | 0.14 |
| Hex | 42 | 4 | 3B | 0 | 5E | B | 4A | 133 | 59 | E |
| Octal | 102 | 4 | 73 | 0 | 136 | 13 | 112 | 463 | 131 | 16 |
| Binary | 1000010 | 100 | 111011 | 0 | 1011110 | 1011 | 1001010 | 100110011 | 1011001 | 1110 |
Color Harmonies of #42043B
Complementary color
Monochromatic Colors of #42043B
Black with #42043B
Text Example
Text Example
White with #42043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42043B; }
p { color: rgb(66,4,59); }
H1.HeaderClassName
{
color: #42043B;
}
.AnyTagClassName
{
color: #42043B;
}
</style>
background-color css
<style>
a { background-color: #42043B; }
a { background-color: rgb(66,4,59); }
div.DivClassName
{
background-color: #42043B;
}
.BgClassName
{
background-color: #42043B;
}
</style>
border-color css
<style>
span { border-color: #42043B; }
span { border-color: rgb(66,4,59); }
td.TdClassName
{
border-color: #42043B;
}
.TagClassName
{
border-color: #42043B;
}
</style>