Shades of Mardi Gras #3E0F42
Tints of Mardi Gras #3E0F42
RGB
CMYK
RGB Variations
Color information
#3E0F42 (or 0x3E0F42) is known color: Mardi Gras. HEX triplet: 3E, 0F and 42. RGB value is (62,15,66). Sum of RGB (Red+Green+Blue) = 62+15+66=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E0F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F42 is #C1F0BD. Grayscale: #222222. Windows color (decimal): -12710078 or 4329278. OLE color: 4329278.
HSL color Cylindrical-coordinate representation of color #3E0F42: hue angle of 295.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0F42 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 15 | 66 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.74 |
| HSL | 295.29º | 0.63% | 0.16% | - |
| HSV(B) | 295.29º | 0.77% | 0.26% | - |
| XYZ | 3.14 | 1.76 | 5.33 | - |
| YUV | 34.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 66 | 0.06 | 0.77 | 0 | 0.74 | 295.29 | 0.63 | 0.16 |
| Hex | 3E | F | 42 | 6 | 4D | 0 | 4A | 127 | 3F | 10 |
| Octal | 76 | 17 | 102 | 6 | 115 | 0 | 112 | 447 | 77 | 20 |
| Binary | 111110 | 1111 | 1000010 | 110 | 1001101 | 0 | 1001010 | 100100111 | 111111 | 10000 |
Color Harmonies of #3E0F42
Complementary color
Monochromatic Colors of #3E0F42
Black with #3E0F42
Text Example
Text Example
White with #3E0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F42; }
p { color: rgb(62,15,66); }
H1.HeaderClassName
{
color: #3E0F42;
}
.AnyTagClassName
{
color: #3E0F42;
}
</style>
background-color css
<style>
a { background-color: #3E0F42; }
a { background-color: rgb(62,15,66); }
div.DivClassName
{
background-color: #3E0F42;
}
.BgClassName
{
background-color: #3E0F42;
}
</style>
border-color css
<style>
span { border-color: #3E0F42; }
span { border-color: rgb(62,15,66); }
td.TdClassName
{
border-color: #3E0F42;
}
.TagClassName
{
border-color: #3E0F42;
}
</style>