Shades of Mardi Gras #401041
Tints of Mardi Gras #401041
RGB
CMYK
RGB Variations
Color information
#401041 (or 0x401041) is known color: Mardi Gras. HEX triplet: 40, 10 and 41. RGB value is (64,16,65). Sum of RGB (Red+Green+Blue) = 64+16+65=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #401041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401041 is #BFEFBE. Grayscale: #232323. Windows color (decimal): -12578751 or 4264000. OLE color: 4264000.
HSL color Cylindrical-coordinate representation of color #401041: hue angle of 298.78º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401041 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 65 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.75 |
| HSL | 298.78º | 0.6% | 0.16% | - |
| HSV(B) | 298.78º | 0.75% | 0.25% | - |
| XYZ | 3.25 | 1.84 | 5.19 | - |
| YUV | 35.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 65 | 0.02 | 0.75 | 0 | 0.75 | 298.78 | 0.6 | 0.16 |
| Hex | 40 | 10 | 41 | 2 | 4B | 0 | 4B | 12B | 3C | 10 |
| Octal | 100 | 20 | 101 | 2 | 113 | 0 | 113 | 453 | 74 | 20 |
| Binary | 1000000 | 10000 | 1000001 | 10 | 1001011 | 0 | 1001011 | 100101011 | 111100 | 10000 |
Color Harmonies of #401041
Complementary color
Monochromatic Colors of #401041
Black with #401041
Text Example
Text Example
White with #401041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401041; }
p { color: rgb(64,16,65); }
H1.HeaderClassName
{
color: #401041;
}
.AnyTagClassName
{
color: #401041;
}
</style>
background-color css
<style>
a { background-color: #401041; }
a { background-color: rgb(64,16,65); }
div.DivClassName
{
background-color: #401041;
}
.BgClassName
{
background-color: #401041;
}
</style>
border-color css
<style>
span { border-color: #401041; }
span { border-color: rgb(64,16,65); }
td.TdClassName
{
border-color: #401041;
}
.TagClassName
{
border-color: #401041;
}
</style>