Shades of Mardi Gras #3E1242
Tints of Mardi Gras #3E1242
RGB
CMYK
RGB Variations
Color information
#3E1242 (or 0x3E1242) is known color: Mardi Gras. HEX triplet: 3E, 12 and 42. RGB value is (62,18,66). Sum of RGB (Red+Green+Blue) = 62+18+66=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E1242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1242 is #C1EDBD. Grayscale: #242424. Windows color (decimal): -12709310 or 4330046. OLE color: 4330046.
HSL color Cylindrical-coordinate representation of color #3E1242: hue angle of 295º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1242 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 18 | 66 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.74 |
| HSL | 295º | 0.57% | 0.16% | - |
| HSV(B) | 295º | 0.73% | 0.26% | - |
| XYZ | 3.19 | 1.85 | 5.34 | - |
| YUV | 36.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 66 | 0.06 | 0.73 | 0 | 0.74 | 295 | 0.57 | 0.16 |
| Hex | 3E | 12 | 42 | 6 | 49 | 0 | 4A | 127 | 39 | 10 |
| Octal | 76 | 22 | 102 | 6 | 111 | 0 | 112 | 447 | 71 | 20 |
| Binary | 111110 | 10010 | 1000010 | 110 | 1001001 | 0 | 1001010 | 100100111 | 111001 | 10000 |
Color Harmonies of #3E1242
Complementary color
Monochromatic Colors of #3E1242
Black with #3E1242
Text Example
Text Example
White with #3E1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1242; }
p { color: rgb(62,18,66); }
H1.HeaderClassName
{
color: #3E1242;
}
.AnyTagClassName
{
color: #3E1242;
}
</style>
background-color css
<style>
a { background-color: #3E1242; }
a { background-color: rgb(62,18,66); }
div.DivClassName
{
background-color: #3E1242;
}
.BgClassName
{
background-color: #3E1242;
}
</style>
border-color css
<style>
span { border-color: #3E1242; }
span { border-color: rgb(62,18,66); }
td.TdClassName
{
border-color: #3E1242;
}
.TagClassName
{
border-color: #3E1242;
}
</style>