Shades of Mardi Gras #3E0242
Tints of Mardi Gras #3E0242
RGB
CMYK
RGB Variations
Color information
#3E0242 (or 0x3E0242) is known color: Mardi Gras. HEX triplet: 3E, 02 and 42. RGB value is (62,2,66). Sum of RGB (Red+Green+Blue) = 62+2+66=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E0242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0242 is #C1FDBD. Grayscale: #1B1B1B. Windows color (decimal): -12713406 or 4325950. OLE color: 4325950.
HSL color Cylindrical-coordinate representation of color #3E0242: hue angle of 296.25º 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 #3E0242 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 2 | 66 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.74 |
| HSL | 296.25º | 0.94% | 0.13% | - |
| HSV(B) | 296.25º | 0.97% | 0.26% | - |
| XYZ | 2.99 | 1.46 | 5.28 | - |
| YUV | 27.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 66 | 0.06 | 0.97 | 0 | 0.74 | 296.25 | 0.94 | 0.13 |
| Hex | 3E | 2 | 42 | 6 | 61 | 0 | 4A | 128 | 5E | D |
| Octal | 76 | 2 | 102 | 6 | 141 | 0 | 112 | 450 | 136 | 15 |
| Binary | 111110 | 10 | 1000010 | 110 | 1100001 | 0 | 1001010 | 100101000 | 1011110 | 1101 |
Color Harmonies of #3E0242
Complementary color
Monochromatic Colors of #3E0242
Black with #3E0242
Text Example
Text Example
White with #3E0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0242; }
p { color: rgb(62,2,66); }
H1.HeaderClassName
{
color: #3E0242;
}
.AnyTagClassName
{
color: #3E0242;
}
</style>
background-color css
<style>
a { background-color: #3E0242; }
a { background-color: rgb(62,2,66); }
div.DivClassName
{
background-color: #3E0242;
}
.BgClassName
{
background-color: #3E0242;
}
</style>
border-color css
<style>
span { border-color: #3E0242; }
span { border-color: rgb(62,2,66); }
td.TdClassName
{
border-color: #3E0242;
}
.TagClassName
{
border-color: #3E0242;
}
</style>