Shades of Mardi Gras #3A0E40
Tints of Mardi Gras #3A0E40
RGB
CMYK
RGB Variations
Color information
#3A0E40 (or 0x3A0E40) is known color: Mardi Gras. HEX triplet: 3A, 0E and 40. RGB value is (58,14,64). Sum of RGB (Red+Green+Blue) = 58+14+64=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 14 (5.86% from 255 or 10.29% 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 #3A0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0E40 is #C5F1BF. Grayscale: #202020. Windows color (decimal): -12972480 or 4197946. OLE color: 4197946.
HSL color Cylindrical-coordinate representation of color #3A0E40: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A0E40 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 14 | 64 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.75 |
| HSL | 292.8º | 0.64% | 0.15% | - |
| HSV(B) | 292.8º | 0.78% | 0.25% | - |
| XYZ | 2.83 | 1.58 | 5.01 | - |
| YUV | 32.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 64 | 0.09 | 0.78 | 0 | 0.75 | 292.8 | 0.64 | 0.15 |
| Hex | 3A | E | 40 | 9 | 4E | 0 | 4B | 125 | 40 | F |
| Octal | 72 | 16 | 100 | 11 | 116 | 0 | 113 | 445 | 100 | 17 |
| Binary | 111010 | 1110 | 1000000 | 1001 | 1001110 | 0 | 1001011 | 100100101 | 1000000 | 1111 |
Color Harmonies of #3A0E40
Complementary color
Monochromatic Colors of #3A0E40
Black with #3A0E40
Text Example
Text Example
White with #3A0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E40; }
p { color: rgb(58,14,64); }
H1.HeaderClassName
{
color: #3A0E40;
}
.AnyTagClassName
{
color: #3A0E40;
}
</style>
background-color css
<style>
a { background-color: #3A0E40; }
a { background-color: rgb(58,14,64); }
div.DivClassName
{
background-color: #3A0E40;
}
.BgClassName
{
background-color: #3A0E40;
}
</style>
border-color css
<style>
span { border-color: #3A0E40; }
span { border-color: rgb(58,14,64); }
td.TdClassName
{
border-color: #3A0E40;
}
.TagClassName
{
border-color: #3A0E40;
}
</style>