Shades of Mardi Gras #401547
Tints of Mardi Gras #401547
RGB
CMYK
RGB Variations
Color information
#401547 (or 0x401547) is known color: Mardi Gras. HEX triplet: 40, 15 and 47. RGB value is (64,21,71). Sum of RGB (Red+Green+Blue) = 64+21+71=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #401547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401547 is #BFEAB8. Grayscale: #272727. Windows color (decimal): -12577465 or 4658496. OLE color: 4658496.
HSL color Cylindrical-coordinate representation of color #401547: hue angle of 291.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401547 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 21 | 71 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.72 |
| HSL | 291.6º | 0.54% | 0.18% | - |
| HSV(B) | 291.6º | 0.7% | 0.28% | - |
| XYZ | 3.52 | 2.08 | 6.18 | - |
| YUV | 39.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 71 | 0.10 | 0.70 | 0 | 0.72 | 291.6 | 0.54 | 0.18 |
| Hex | 40 | 15 | 47 | A | 46 | 0 | 48 | 124 | 36 | 12 |
| Octal | 100 | 25 | 107 | 12 | 106 | 0 | 110 | 444 | 66 | 22 |
| Binary | 1000000 | 10101 | 1000111 | 1010 | 1000110 | 0 | 1001000 | 100100100 | 110110 | 10010 |
Color Harmonies of #401547
Complementary color
Monochromatic Colors of #401547
Black with #401547
Text Example
Text Example
White with #401547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401547; }
p { color: rgb(64,21,71); }
H1.HeaderClassName
{
color: #401547;
}
.AnyTagClassName
{
color: #401547;
}
</style>
background-color css
<style>
a { background-color: #401547; }
a { background-color: rgb(64,21,71); }
div.DivClassName
{
background-color: #401547;
}
.BgClassName
{
background-color: #401547;
}
</style>
border-color css
<style>
span { border-color: #401547; }
span { border-color: rgb(64,21,71); }
td.TdClassName
{
border-color: #401547;
}
.TagClassName
{
border-color: #401547;
}
</style>