Shades of Mardi Gras #401F41
Tints of Mardi Gras #401F41
RGB
CMYK
RGB Variations
Color information
#401F41 (or 0x401F41) is known color: Mardi Gras. HEX triplet: 40, 1F and 41. RGB value is (64,31,65). Sum of RGB (Red+Green+Blue) = 64+31+65=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #401F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F41 is #BFE0BE. Grayscale: #2C2C2C. Windows color (decimal): -12574911 or 4267840. OLE color: 4267840.
HSL color Cylindrical-coordinate representation of color #401F41: hue angle of 298.24º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F41 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 65 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.75 |
| HSL | 298.24º | 0.35% | 0.19% | - |
| HSV(B) | 298.24º | 0.52% | 0.25% | - |
| XYZ | 3.56 | 2.45 | 5.29 | - |
| YUV | 44.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 65 | 0.02 | 0.52 | 0 | 0.75 | 298.24 | 0.35 | 0.19 |
| Hex | 40 | 1F | 41 | 2 | 34 | 0 | 4B | 12A | 23 | 13 |
| Octal | 100 | 37 | 101 | 2 | 64 | 0 | 113 | 452 | 43 | 23 |
| Binary | 1000000 | 11111 | 1000001 | 10 | 110100 | 0 | 1001011 | 100101010 | 100011 | 10011 |
Color Harmonies of #401F41
Complementary color
Monochromatic Colors of #401F41
Black with #401F41
Text Example
Text Example
White with #401F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F41; }
p { color: rgb(64,31,65); }
H1.HeaderClassName
{
color: #401F41;
}
.AnyTagClassName
{
color: #401F41;
}
</style>
background-color css
<style>
a { background-color: #401F41; }
a { background-color: rgb(64,31,65); }
div.DivClassName
{
background-color: #401F41;
}
.BgClassName
{
background-color: #401F41;
}
</style>
border-color css
<style>
span { border-color: #401F41; }
span { border-color: rgb(64,31,65); }
td.TdClassName
{
border-color: #401F41;
}
.TagClassName
{
border-color: #401F41;
}
</style>