Shades of Mardi Gras #3E023C
Tints of Mardi Gras #3E023C
RGB
CMYK
RGB Variations
Color information
#3E023C (or 0x3E023C) is known color: Mardi Gras. HEX triplet: 3E, 02 and 3C. RGB value is (62,2,60). Sum of RGB (Red+Green+Blue) = 62+2+60=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E023C is #C1FDC3. Grayscale: #1A1A1A. Windows color (decimal): -12713412 or 3932734. OLE color: 3932734.
HSL color Cylindrical-coordinate representation of color #3E023C: hue angle of 302º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E023C is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.76 |
| HSL | 302º | 0.94% | 0.13% | - |
| HSV(B) | 302º | 0.97% | 0.24% | - |
| XYZ | 2.82 | 1.39 | 4.4 | - |
| YUV | 26.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 60 | 0 | 0.97 | 0.03 | 0.76 | 302 | 0.94 | 0.13 |
| Hex | 3E | 2 | 3C | 0 | 61 | 3 | 4C | 12E | 5E | D |
| Octal | 76 | 2 | 74 | 0 | 141 | 3 | 114 | 456 | 136 | 15 |
| Binary | 111110 | 10 | 111100 | 0 | 1100001 | 11 | 1001100 | 100101110 | 1011110 | 1101 |
Color Harmonies of #3E023C
Complementary color
Monochromatic Colors of #3E023C
Black with #3E023C
Text Example
Text Example
White with #3E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E023C; }
p { color: rgb(62,2,60); }
H1.HeaderClassName
{
color: #3E023C;
}
.AnyTagClassName
{
color: #3E023C;
}
</style>
background-color css
<style>
a { background-color: #3E023C; }
a { background-color: rgb(62,2,60); }
div.DivClassName
{
background-color: #3E023C;
}
.BgClassName
{
background-color: #3E023C;
}
</style>
border-color css
<style>
span { border-color: #3E023C; }
span { border-color: rgb(62,2,60); }
td.TdClassName
{
border-color: #3E023C;
}
.TagClassName
{
border-color: #3E023C;
}
</style>