Shades of Mardi Gras #3E053C
Tints of Mardi Gras #3E053C
RGB
CMYK
RGB Variations
Color information
#3E053C (or 0x3E053C) is known color: Mardi Gras. HEX triplet: 3E, 05 and 3C. RGB value is (62,5,60). Sum of RGB (Red+Green+Blue) = 62+5+60=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E053C is #C1FAC3. Grayscale: #1C1C1C. Windows color (decimal): -12712644 or 3933502. OLE color: 3933502.
HSL color Cylindrical-coordinate representation of color #3E053C: hue angle of 302.11º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E053C is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 60 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.76 |
| HSL | 302.11º | 0.85% | 0.13% | - |
| HSV(B) | 302.11º | 0.92% | 0.24% | - |
| XYZ | 2.86 | 1.46 | 4.41 | - |
| YUV | 28.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 60 | 0 | 0.92 | 0.03 | 0.76 | 302.11 | 0.85 | 0.13 |
| Hex | 3E | 5 | 3C | 0 | 5C | 3 | 4C | 12E | 55 | D |
| Octal | 76 | 5 | 74 | 0 | 134 | 3 | 114 | 456 | 125 | 15 |
| Binary | 111110 | 101 | 111100 | 0 | 1011100 | 11 | 1001100 | 100101110 | 1010101 | 1101 |
Color Harmonies of #3E053C
Complementary color
Monochromatic Colors of #3E053C
Black with #3E053C
Text Example
Text Example
White with #3E053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E053C; }
p { color: rgb(62,5,60); }
H1.HeaderClassName
{
color: #3E053C;
}
.AnyTagClassName
{
color: #3E053C;
}
</style>
background-color css
<style>
a { background-color: #3E053C; }
a { background-color: rgb(62,5,60); }
div.DivClassName
{
background-color: #3E053C;
}
.BgClassName
{
background-color: #3E053C;
}
</style>
border-color css
<style>
span { border-color: #3E053C; }
span { border-color: rgb(62,5,60); }
td.TdClassName
{
border-color: #3E053C;
}
.TagClassName
{
border-color: #3E053C;
}
</style>