Shades of Mardi Gras #3E0A40
Tints of Mardi Gras #3E0A40
RGB
CMYK
RGB Variations
Color information
#3E0A40 (or 0x3E0A40) is known color: Mardi Gras. HEX triplet: 3E, 0A and 40. RGB value is (62,10,64). Sum of RGB (Red+Green+Blue) = 62+10+64=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E0A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A40 is #C1F5BF. Grayscale: #1F1F1F. Windows color (decimal): -12711360 or 4196926. OLE color: 4196926.
HSL color Cylindrical-coordinate representation of color #3E0A40: hue angle of 297.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A40 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 10 | 64 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.75 |
| HSL | 297.78º | 0.73% | 0.15% | - |
| HSV(B) | 297.78º | 0.84% | 0.25% | - |
| XYZ | 3.02 | 1.61 | 5 | - |
| YUV | 31.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 64 | 0.03 | 0.84 | 0 | 0.75 | 297.78 | 0.73 | 0.15 |
| Hex | 3E | A | 40 | 3 | 54 | 0 | 4B | 12A | 49 | F |
| Octal | 76 | 12 | 100 | 3 | 124 | 0 | 113 | 452 | 111 | 17 |
| Binary | 111110 | 1010 | 1000000 | 11 | 1010100 | 0 | 1001011 | 100101010 | 1001001 | 1111 |
Color Harmonies of #3E0A40
Complementary color
Monochromatic Colors of #3E0A40
Black with #3E0A40
Text Example
Text Example
White with #3E0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A40; }
p { color: rgb(62,10,64); }
H1.HeaderClassName
{
color: #3E0A40;
}
.AnyTagClassName
{
color: #3E0A40;
}
</style>
background-color css
<style>
a { background-color: #3E0A40; }
a { background-color: rgb(62,10,64); }
div.DivClassName
{
background-color: #3E0A40;
}
.BgClassName
{
background-color: #3E0A40;
}
</style>
border-color css
<style>
span { border-color: #3E0A40; }
span { border-color: rgb(62,10,64); }
td.TdClassName
{
border-color: #3E0A40;
}
.TagClassName
{
border-color: #3E0A40;
}
</style>