Shades of Mardi Gras #401B47
Tints of Mardi Gras #401B47
RGB
CMYK
RGB Variations
Color information
#401B47 (or 0x401B47) is known color: Mardi Gras. HEX triplet: 40, 1B and 47. RGB value is (64,27,71). Sum of RGB (Red+Green+Blue) = 64+27+71=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #401B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B47 is #BFE4B8. Grayscale: #2A2A2A. Windows color (decimal): -12575929 or 4660032. OLE color: 4660032.
HSL color Cylindrical-coordinate representation of color #401B47: hue angle of 290.45º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401B47 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 27 | 71 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.72 |
| HSL | 290.45º | 0.45% | 0.19% | - |
| HSV(B) | 290.45º | 0.62% | 0.28% | - |
| XYZ | 3.64 | 2.33 | 6.22 | - |
| YUV | 43.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 71 | 0.10 | 0.62 | 0 | 0.72 | 290.45 | 0.45 | 0.19 |
| Hex | 40 | 1B | 47 | A | 3E | 0 | 48 | 122 | 2D | 13 |
| Octal | 100 | 33 | 107 | 12 | 76 | 0 | 110 | 442 | 55 | 23 |
| Binary | 1000000 | 11011 | 1000111 | 1010 | 111110 | 0 | 1001000 | 100100010 | 101101 | 10011 |
Color Harmonies of #401B47
Complementary color
Monochromatic Colors of #401B47
Black with #401B47
Text Example
Text Example
White with #401B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B47; }
p { color: rgb(64,27,71); }
H1.HeaderClassName
{
color: #401B47;
}
.AnyTagClassName
{
color: #401B47;
}
</style>
background-color css
<style>
a { background-color: #401B47; }
a { background-color: rgb(64,27,71); }
div.DivClassName
{
background-color: #401B47;
}
.BgClassName
{
background-color: #401B47;
}
</style>
border-color css
<style>
span { border-color: #401B47; }
span { border-color: rgb(64,27,71); }
td.TdClassName
{
border-color: #401B47;
}
.TagClassName
{
border-color: #401B47;
}
</style>