Shades of Mardi Gras #3E043B
Tints of Mardi Gras #3E043B
RGB
CMYK
RGB Variations
Color information
#3E043B (or 0x3E043B) is known color: Mardi Gras. HEX triplet: 3E, 04 and 3B. RGB value is (62,4,59). Sum of RGB (Red+Green+Blue) = 62+4+59=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E043B is #C1FBC4. Grayscale: #1B1B1B. Windows color (decimal): -12712901 or 3867710. OLE color: 3867710.
HSL color Cylindrical-coordinate representation of color #3E043B: hue angle of 303.1º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E043B is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 59 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.76 |
| HSL | 303.1º | 0.88% | 0.13% | - |
| HSV(B) | 303.1º | 0.94% | 0.24% | - |
| XYZ | 2.82 | 1.43 | 4.26 | - |
| YUV | 27.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 59 | 0 | 0.94 | 0.05 | 0.76 | 303.1 | 0.88 | 0.13 |
| Hex | 3E | 4 | 3B | 0 | 5E | 5 | 4C | 12F | 58 | D |
| Octal | 76 | 4 | 73 | 0 | 136 | 5 | 114 | 457 | 130 | 15 |
| Binary | 111110 | 100 | 111011 | 0 | 1011110 | 101 | 1001100 | 100101111 | 1011000 | 1101 |
Color Harmonies of #3E043B
Complementary color
Monochromatic Colors of #3E043B
Black with #3E043B
Text Example
Text Example
White with #3E043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E043B; }
p { color: rgb(62,4,59); }
H1.HeaderClassName
{
color: #3E043B;
}
.AnyTagClassName
{
color: #3E043B;
}
</style>
background-color css
<style>
a { background-color: #3E043B; }
a { background-color: rgb(62,4,59); }
div.DivClassName
{
background-color: #3E043B;
}
.BgClassName
{
background-color: #3E043B;
}
</style>
border-color css
<style>
span { border-color: #3E043B; }
span { border-color: rgb(62,4,59); }
td.TdClassName
{
border-color: #3E043B;
}
.TagClassName
{
border-color: #3E043B;
}
</style>