Shades of Mardi Gras #3E023B
Tints of Mardi Gras #3E023B
RGB
CMYK
RGB Variations
Color information
#3E023B (or 0x3E023B) is known color: Mardi Gras. HEX triplet: 3E, 02 and 3B. RGB value is (62,2,59). Sum of RGB (Red+Green+Blue) = 62+2+59=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E023B is #C1FDC4. Grayscale: #1A1A1A. Windows color (decimal): -12713413 or 3867198. OLE color: 3867198.
HSL color Cylindrical-coordinate representation of color #3E023B: hue angle of 303º 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 #3E023B is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 59 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.76 |
| HSL | 303º | 0.94% | 0.13% | - |
| HSV(B) | 303º | 0.97% | 0.24% | - |
| XYZ | 2.8 | 1.38 | 4.26 | - |
| YUV | 26.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 59 | 0 | 0.97 | 0.05 | 0.76 | 303 | 0.94 | 0.13 |
| Hex | 3E | 2 | 3B | 0 | 61 | 5 | 4C | 12F | 5E | D |
| Octal | 76 | 2 | 73 | 0 | 141 | 5 | 114 | 457 | 136 | 15 |
| Binary | 111110 | 10 | 111011 | 0 | 1100001 | 101 | 1001100 | 100101111 | 1011110 | 1101 |
Color Harmonies of #3E023B
Complementary color
Monochromatic Colors of #3E023B
Black with #3E023B
Text Example
Text Example
White with #3E023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E023B; }
p { color: rgb(62,2,59); }
H1.HeaderClassName
{
color: #3E023B;
}
.AnyTagClassName
{
color: #3E023B;
}
</style>
background-color css
<style>
a { background-color: #3E023B; }
a { background-color: rgb(62,2,59); }
div.DivClassName
{
background-color: #3E023B;
}
.BgClassName
{
background-color: #3E023B;
}
</style>
border-color css
<style>
span { border-color: #3E023B; }
span { border-color: rgb(62,2,59); }
td.TdClassName
{
border-color: #3E023B;
}
.TagClassName
{
border-color: #3E023B;
}
</style>