Shades of Mardi Gras #401C42
Tints of Mardi Gras #401C42
RGB
CMYK
RGB Variations
Color information
#401C42 (or 0x401C42) is known color: Mardi Gras. HEX triplet: 40, 1C and 42. RGB value is (64,28,66). Sum of RGB (Red+Green+Blue) = 64+28+66=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 66 - color contains mainly: blue. Hex color #401C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C42 is #BFE3BD. Grayscale: #2A2A2A. Windows color (decimal): -12575678 or 4332608. OLE color: 4332608.
HSL color Cylindrical-coordinate representation of color #401C42: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401C42 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 28 | 66 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.74 |
| HSL | 296.84º | 0.4% | 0.18% | - |
| HSV(B) | 296.84º | 0.58% | 0.26% | - |
| XYZ | 3.51 | 2.31 | 5.42 | - |
| YUV | 43.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 66 | 0.03 | 0.58 | 0 | 0.74 | 296.84 | 0.4 | 0.18 |
| Hex | 40 | 1C | 42 | 3 | 3A | 0 | 4A | 129 | 28 | 12 |
| Octal | 100 | 34 | 102 | 3 | 72 | 0 | 112 | 451 | 50 | 22 |
| Binary | 1000000 | 11100 | 1000010 | 11 | 111010 | 0 | 1001010 | 100101001 | 101000 | 10010 |
Color Harmonies of #401C42
Complementary color
Monochromatic Colors of #401C42
Black with #401C42
Text Example
Text Example
White with #401C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C42; }
p { color: rgb(64,28,66); }
H1.HeaderClassName
{
color: #401C42;
}
.AnyTagClassName
{
color: #401C42;
}
</style>
background-color css
<style>
a { background-color: #401C42; }
a { background-color: rgb(64,28,66); }
div.DivClassName
{
background-color: #401C42;
}
.BgClassName
{
background-color: #401C42;
}
</style>
border-color css
<style>
span { border-color: #401C42; }
span { border-color: rgb(64,28,66); }
td.TdClassName
{
border-color: #401C42;
}
.TagClassName
{
border-color: #401C42;
}
</style>