Shades of Mardi Gras #3E0540
Tints of Mardi Gras #3E0540
RGB
CMYK
RGB Variations
Color information
#3E0540 (or 0x3E0540) is known color: Mardi Gras. HEX triplet: 3E, 05 and 40. RGB value is (62,5,64). Sum of RGB (Red+Green+Blue) = 62+5+64=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E0540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0540 is #C1FABF. Grayscale: #1C1C1C. Windows color (decimal): -12712640 or 4195646. OLE color: 4195646.
HSL color Cylindrical-coordinate representation of color #3E0540: hue angle of 297.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0540 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 5 | 64 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.75 |
| HSL | 297.97º | 0.86% | 0.14% | - |
| HSV(B) | 297.97º | 0.92% | 0.25% | - |
| XYZ | 2.97 | 1.5 | 4.98 | - |
| YUV | 28.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 64 | 0.03 | 0.92 | 0 | 0.75 | 297.97 | 0.86 | 0.14 |
| Hex | 3E | 5 | 40 | 3 | 5C | 0 | 4B | 12A | 56 | E |
| Octal | 76 | 5 | 100 | 3 | 134 | 0 | 113 | 452 | 126 | 16 |
| Binary | 111110 | 101 | 1000000 | 11 | 1011100 | 0 | 1001011 | 100101010 | 1010110 | 1110 |
Color Harmonies of #3E0540
Complementary color
Monochromatic Colors of #3E0540
Black with #3E0540
Text Example
Text Example
White with #3E0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0540; }
p { color: rgb(62,5,64); }
H1.HeaderClassName
{
color: #3E0540;
}
.AnyTagClassName
{
color: #3E0540;
}
</style>
background-color css
<style>
a { background-color: #3E0540; }
a { background-color: rgb(62,5,64); }
div.DivClassName
{
background-color: #3E0540;
}
.BgClassName
{
background-color: #3E0540;
}
</style>
border-color css
<style>
span { border-color: #3E0540; }
span { border-color: rgb(62,5,64); }
td.TdClassName
{
border-color: #3E0540;
}
.TagClassName
{
border-color: #3E0540;
}
</style>