Shades of Mardi Gras #401C40
Tints of Mardi Gras #401C40
RGB
CMYK
RGB Variations
Color information
#401C40 (or 0x401C40) is known color: Mardi Gras. HEX triplet: 40, 1C and 40. RGB value is (64,28,64). Sum of RGB (Red+Green+Blue) = 64+28+64=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #401C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C40 is #BFE3BF. Grayscale: #2A2A2A. Windows color (decimal): -12575680 or 4201536. OLE color: 4201536.
HSL color Cylindrical-coordinate representation of color #401C40: hue angle of 300º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C40 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 64 | - |
| CMYK | 0 | 0.56 | 0 | 0.75 |
| HSL | 300º | 0.39% | 0.18% | - |
| HSV(B) | 300º | 0.56% | 0.25% | - |
| XYZ | 3.46 | 2.29 | 5.11 | - |
| YUV | 42.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 64 | 0 | 0.56 | 0 | 0.75 | 300 | 0.39 | 0.18 |
| Hex | 40 | 1C | 40 | 0 | 38 | 0 | 4B | 12C | 27 | 12 |
| Octal | 100 | 34 | 100 | 0 | 70 | 0 | 113 | 454 | 47 | 22 |
| Binary | 1000000 | 11100 | 1000000 | 0 | 111000 | 0 | 1001011 | 100101100 | 100111 | 10010 |
Color Harmonies of #401C40
Complementary color
Monochromatic Colors of #401C40
Black with #401C40
Text Example
Text Example
White with #401C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C40; }
p { color: rgb(64,28,64); }
H1.HeaderClassName
{
color: #401C40;
}
.AnyTagClassName
{
color: #401C40;
}
</style>
background-color css
<style>
a { background-color: #401C40; }
a { background-color: rgb(64,28,64); }
div.DivClassName
{
background-color: #401C40;
}
.BgClassName
{
background-color: #401C40;
}
</style>
border-color css
<style>
span { border-color: #401C40; }
span { border-color: rgb(64,28,64); }
td.TdClassName
{
border-color: #401C40;
}
.TagClassName
{
border-color: #401C40;
}
</style>