Shades of Mardi Gras #401C46
Tints of Mardi Gras #401C46
RGB
CMYK
RGB Variations
Color information
#401C46 (or 0x401C46) is known color: Mardi Gras. HEX triplet: 40, 1C and 46. RGB value is (64,28,70). Sum of RGB (Red+Green+Blue) = 64+28+70=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #401C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C46 is #BFE3B9. Grayscale: #2B2B2B. Windows color (decimal): -12575674 or 4594752. OLE color: 4594752.
HSL color Cylindrical-coordinate representation of color #401C46: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #401C46 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 28 | 70 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.73 |
| HSL | 291.43º | 0.43% | 0.19% | - |
| HSV(B) | 291.43º | 0.6% | 0.27% | - |
| XYZ | 3.64 | 2.36 | 6.06 | - |
| YUV | 43.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 70 | 0.09 | 0.60 | 0 | 0.73 | 291.43 | 0.43 | 0.19 |
| Hex | 40 | 1C | 46 | 9 | 3C | 0 | 49 | 123 | 2B | 13 |
| Octal | 100 | 34 | 106 | 11 | 74 | 0 | 111 | 443 | 53 | 23 |
| Binary | 1000000 | 11100 | 1000110 | 1001 | 111100 | 0 | 1001001 | 100100011 | 101011 | 10011 |
Color Harmonies of #401C46
Complementary color
Monochromatic Colors of #401C46
Black with #401C46
Text Example
Text Example
White with #401C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C46; }
p { color: rgb(64,28,70); }
H1.HeaderClassName
{
color: #401C46;
}
.AnyTagClassName
{
color: #401C46;
}
</style>
background-color css
<style>
a { background-color: #401C46; }
a { background-color: rgb(64,28,70); }
div.DivClassName
{
background-color: #401C46;
}
.BgClassName
{
background-color: #401C46;
}
</style>
border-color css
<style>
span { border-color: #401C46; }
span { border-color: rgb(64,28,70); }
td.TdClassName
{
border-color: #401C46;
}
.TagClassName
{
border-color: #401C46;
}
</style>