Shades of Mardi Gras #401141
Tints of Mardi Gras #401141
RGB
CMYK
RGB Variations
Color information
#401141 (or 0x401141) is known color: Mardi Gras. HEX triplet: 40, 11 and 41. RGB value is (64,17,65). Sum of RGB (Red+Green+Blue) = 64+17+65=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #401141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401141 is #BFEEBE. Grayscale: #242424. Windows color (decimal): -12578495 or 4264256. OLE color: 4264256.
HSL color Cylindrical-coordinate representation of color #401141: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401141 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 65 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.75 |
| HSL | 298.75º | 0.59% | 0.16% | - |
| HSV(B) | 298.75º | 0.74% | 0.25% | - |
| XYZ | 3.27 | 1.87 | 5.19 | - |
| YUV | 36.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 65 | 0.02 | 0.74 | 0 | 0.75 | 298.75 | 0.59 | 0.16 |
| Hex | 40 | 11 | 41 | 2 | 4A | 0 | 4B | 12B | 3B | 10 |
| Octal | 100 | 21 | 101 | 2 | 112 | 0 | 113 | 453 | 73 | 20 |
| Binary | 1000000 | 10001 | 1000001 | 10 | 1001010 | 0 | 1001011 | 100101011 | 111011 | 10000 |
Color Harmonies of #401141
Complementary color
Monochromatic Colors of #401141
Black with #401141
Text Example
Text Example
White with #401141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401141; }
p { color: rgb(64,17,65); }
H1.HeaderClassName
{
color: #401141;
}
.AnyTagClassName
{
color: #401141;
}
</style>
background-color css
<style>
a { background-color: #401141; }
a { background-color: rgb(64,17,65); }
div.DivClassName
{
background-color: #401141;
}
.BgClassName
{
background-color: #401141;
}
</style>
border-color css
<style>
span { border-color: #401141; }
span { border-color: rgb(64,17,65); }
td.TdClassName
{
border-color: #401141;
}
.TagClassName
{
border-color: #401141;
}
</style>