Shades of Mardi Gras #401747
Tints of Mardi Gras #401747
RGB
CMYK
RGB Variations
Color information
#401747 (or 0x401747) is known color: Mardi Gras. HEX triplet: 40, 17 and 47. RGB value is (64,23,71). Sum of RGB (Red+Green+Blue) = 64+23+71=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #401747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401747 is #BFE8B8. Grayscale: #282828. Windows color (decimal): -12576953 or 4659008. OLE color: 4659008.
HSL color Cylindrical-coordinate representation of color #401747: hue angle of 291.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #401747 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 23 | 71 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.72 |
| HSL | 291.25º | 0.51% | 0.18% | - |
| HSV(B) | 291.25º | 0.68% | 0.28% | - |
| XYZ | 3.56 | 2.16 | 6.19 | - |
| YUV | 40.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 71 | 0.10 | 0.68 | 0 | 0.72 | 291.25 | 0.51 | 0.18 |
| Hex | 40 | 17 | 47 | A | 44 | 0 | 48 | 123 | 33 | 12 |
| Octal | 100 | 27 | 107 | 12 | 104 | 0 | 110 | 443 | 63 | 22 |
| Binary | 1000000 | 10111 | 1000111 | 1010 | 1000100 | 0 | 1001000 | 100100011 | 110011 | 10010 |
Color Harmonies of #401747
Complementary color
Monochromatic Colors of #401747
Black with #401747
Text Example
Text Example
White with #401747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401747; }
p { color: rgb(64,23,71); }
H1.HeaderClassName
{
color: #401747;
}
.AnyTagClassName
{
color: #401747;
}
</style>
background-color css
<style>
a { background-color: #401747; }
a { background-color: rgb(64,23,71); }
div.DivClassName
{
background-color: #401747;
}
.BgClassName
{
background-color: #401747;
}
</style>
border-color css
<style>
span { border-color: #401747; }
span { border-color: rgb(64,23,71); }
td.TdClassName
{
border-color: #401747;
}
.TagClassName
{
border-color: #401747;
}
</style>