Shades of Mardi Gras #400F47
Tints of Mardi Gras #400F47
RGB
CMYK
RGB Variations
Color information
#400F47 (or 0x400F47) is known color: Mardi Gras. HEX triplet: 40, 0F and 47. RGB value is (64,15,71). Sum of RGB (Red+Green+Blue) = 64+15+71=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #400F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F47 is #BFF0B8. Grayscale: #232323. Windows color (decimal): -12579001 or 4656960. OLE color: 4656960.
HSL color Cylindrical-coordinate representation of color #400F47: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #400F47 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 15 | 71 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.72 |
| HSL | 292.5º | 0.65% | 0.17% | - |
| HSV(B) | 292.5º | 0.79% | 0.28% | - |
| XYZ | 3.42 | 1.89 | 6.14 | - |
| YUV | 36.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 71 | 0.10 | 0.79 | 0 | 0.72 | 292.5 | 0.65 | 0.17 |
| Hex | 40 | F | 47 | A | 4F | 0 | 48 | 124 | 41 | 11 |
| Octal | 100 | 17 | 107 | 12 | 117 | 0 | 110 | 444 | 101 | 21 |
| Binary | 1000000 | 1111 | 1000111 | 1010 | 1001111 | 0 | 1001000 | 100100100 | 1000001 | 10001 |
Color Harmonies of #400F47
Complementary color
Monochromatic Colors of #400F47
Black with #400F47
Text Example
Text Example
White with #400F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F47; }
p { color: rgb(64,15,71); }
H1.HeaderClassName
{
color: #400F47;
}
.AnyTagClassName
{
color: #400F47;
}
</style>
background-color css
<style>
a { background-color: #400F47; }
a { background-color: rgb(64,15,71); }
div.DivClassName
{
background-color: #400F47;
}
.BgClassName
{
background-color: #400F47;
}
</style>
border-color css
<style>
span { border-color: #400F47; }
span { border-color: rgb(64,15,71); }
td.TdClassName
{
border-color: #400F47;
}
.TagClassName
{
border-color: #400F47;
}
</style>