Shades of Mardi Gras #3E1142
Tints of Mardi Gras #3E1142
RGB
CMYK
RGB Variations
Color information
#3E1142 (or 0x3E1142) is known color: Mardi Gras. HEX triplet: 3E, 11 and 42. RGB value is (62,17,66). Sum of RGB (Red+Green+Blue) = 62+17+66=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E1142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1142 is #C1EEBD. Grayscale: #232323. Windows color (decimal): -12709566 or 4329790. OLE color: 4329790.
HSL color Cylindrical-coordinate representation of color #3E1142: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1142 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 17 | 66 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.74 |
| HSL | 295.1º | 0.59% | 0.16% | - |
| HSV(B) | 295.1º | 0.74% | 0.26% | - |
| XYZ | 3.17 | 1.82 | 5.34 | - |
| YUV | 36.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 66 | 0.06 | 0.74 | 0 | 0.74 | 295.1 | 0.59 | 0.16 |
| Hex | 3E | 11 | 42 | 6 | 4A | 0 | 4A | 127 | 3B | 10 |
| Octal | 76 | 21 | 102 | 6 | 112 | 0 | 112 | 447 | 73 | 20 |
| Binary | 111110 | 10001 | 1000010 | 110 | 1001010 | 0 | 1001010 | 100100111 | 111011 | 10000 |
Color Harmonies of #3E1142
Complementary color
Monochromatic Colors of #3E1142
Black with #3E1142
Text Example
Text Example
White with #3E1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1142; }
p { color: rgb(62,17,66); }
H1.HeaderClassName
{
color: #3E1142;
}
.AnyTagClassName
{
color: #3E1142;
}
</style>
background-color css
<style>
a { background-color: #3E1142; }
a { background-color: rgb(62,17,66); }
div.DivClassName
{
background-color: #3E1142;
}
.BgClassName
{
background-color: #3E1142;
}
</style>
border-color css
<style>
span { border-color: #3E1142; }
span { border-color: rgb(62,17,66); }
td.TdClassName
{
border-color: #3E1142;
}
.TagClassName
{
border-color: #3E1142;
}
</style>