Shades of Mardi Gras #3E0439
Tints of Mardi Gras #3E0439
RGB
CMYK
RGB Variations
Color information
#3E0439 (or 0x3E0439) is known color: Mardi Gras. HEX triplet: 3E, 04 and 39. RGB value is (62,4,57). Sum of RGB (Red+Green+Blue) = 62+4+57=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0439 is #C1FBC6. Grayscale: #1B1B1B. Windows color (decimal): -12712903 or 3736638. OLE color: 3736638.
HSL color Cylindrical-coordinate representation of color #3E0439: hue angle of 305.17º 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 #3E0439 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 57 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.76 |
| HSL | 305.17º | 0.88% | 0.13% | - |
| HSV(B) | 305.17º | 0.94% | 0.24% | - |
| XYZ | 2.77 | 1.41 | 4 | - |
| YUV | 27.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 57 | 0 | 0.94 | 0.08 | 0.76 | 305.17 | 0.88 | 0.13 |
| Hex | 3E | 4 | 39 | 0 | 5E | 8 | 4C | 131 | 58 | D |
| Octal | 76 | 4 | 71 | 0 | 136 | 10 | 114 | 461 | 130 | 15 |
| Binary | 111110 | 100 | 111001 | 0 | 1011110 | 1000 | 1001100 | 100110001 | 1011000 | 1101 |
Color Harmonies of #3E0439
Complementary color
Monochromatic Colors of #3E0439
Black with #3E0439
Text Example
Text Example
White with #3E0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0439; }
p { color: rgb(62,4,57); }
H1.HeaderClassName
{
color: #3E0439;
}
.AnyTagClassName
{
color: #3E0439;
}
</style>
background-color css
<style>
a { background-color: #3E0439; }
a { background-color: rgb(62,4,57); }
div.DivClassName
{
background-color: #3E0439;
}
.BgClassName
{
background-color: #3E0439;
}
</style>
border-color css
<style>
span { border-color: #3E0439; }
span { border-color: rgb(62,4,57); }
td.TdClassName
{
border-color: #3E0439;
}
.TagClassName
{
border-color: #3E0439;
}
</style>