Shades of Mardi Gras #3E043C
Tints of Mardi Gras #3E043C
RGB
CMYK
RGB Variations
Color information
#3E043C (or 0x3E043C) is known color: Mardi Gras. HEX triplet: 3E, 04 and 3C. RGB value is (62,4,60). Sum of RGB (Red+Green+Blue) = 62+4+60=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E043C is #C1FBC3. Grayscale: #1B1B1B. Windows color (decimal): -12712900 or 3933246. OLE color: 3933246.
HSL color Cylindrical-coordinate representation of color #3E043C: hue angle of 302.07º 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 #3E043C is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 60 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.76 |
| HSL | 302.07º | 0.88% | 0.13% | - |
| HSV(B) | 302.07º | 0.94% | 0.24% | - |
| XYZ | 2.85 | 1.44 | 4.4 | - |
| YUV | 27.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 60 | 0 | 0.94 | 0.03 | 0.76 | 302.07 | 0.88 | 0.13 |
| Hex | 3E | 4 | 3C | 0 | 5E | 3 | 4C | 12E | 58 | D |
| Octal | 76 | 4 | 74 | 0 | 136 | 3 | 114 | 456 | 130 | 15 |
| Binary | 111110 | 100 | 111100 | 0 | 1011110 | 11 | 1001100 | 100101110 | 1011000 | 1101 |
Color Harmonies of #3E043C
Complementary color
Monochromatic Colors of #3E043C
Black with #3E043C
Text Example
Text Example
White with #3E043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E043C; }
p { color: rgb(62,4,60); }
H1.HeaderClassName
{
color: #3E043C;
}
.AnyTagClassName
{
color: #3E043C;
}
</style>
background-color css
<style>
a { background-color: #3E043C; }
a { background-color: rgb(62,4,60); }
div.DivClassName
{
background-color: #3E043C;
}
.BgClassName
{
background-color: #3E043C;
}
</style>
border-color css
<style>
span { border-color: #3E043C; }
span { border-color: rgb(62,4,60); }
td.TdClassName
{
border-color: #3E043C;
}
.TagClassName
{
border-color: #3E043C;
}
</style>