Shades of Mardi Gras #3E0040
Tints of Mardi Gras #3E0040
RGB
CMYK
RGB Variations
Color information
#3E0040 (or 0x3E0040) is known color: Mardi Gras. HEX triplet: 3E, 00 and 40. RGB value is (62,0,64). Sum of RGB (Red+Green+Blue) = 62+0+64=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0040 is #C1FFBF. Grayscale: #191919. Windows color (decimal): -12713920 or 4194366. OLE color: 4194366.
HSL color Cylindrical-coordinate representation of color #3E0040: hue angle of 298.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0040 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 0 | 64 | - |
| CMYK | 0.03 | 1 | 0 | 0.75 |
| HSL | 298.13º | 1% | 0.13% | - |
| HSV(B) | 298.13º | 1% | 0.25% | - |
| XYZ | 2.91 | 1.39 | 4.97 | - |
| YUV | 25.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 64 | 0.03 | 1 | 0 | 0.75 | 298.13 | 1 | 0.13 |
| Hex | 3E | 0 | 40 | 3 | 64 | 0 | 4B | 12A | 64 | D |
| Octal | 76 | 0 | 100 | 3 | 144 | 0 | 113 | 452 | 144 | 15 |
| Binary | 111110 | 0 | 1000000 | 11 | 1100100 | 0 | 1001011 | 100101010 | 1100100 | 1101 |
Color Harmonies of #3E0040
Complementary color
Monochromatic Colors of #3E0040
Black with #3E0040
Text Example
Text Example
White with #3E0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0040; }
p { color: rgb(62,0,64); }
H1.HeaderClassName
{
color: #3E0040;
}
.AnyTagClassName
{
color: #3E0040;
}
</style>
background-color css
<style>
a { background-color: #3E0040; }
a { background-color: rgb(62,0,64); }
div.DivClassName
{
background-color: #3E0040;
}
.BgClassName
{
background-color: #3E0040;
}
</style>
border-color css
<style>
span { border-color: #3E0040; }
span { border-color: rgb(62,0,64); }
td.TdClassName
{
border-color: #3E0040;
}
.TagClassName
{
border-color: #3E0040;
}
</style>