Shades of Mardi Gras #401F43
Tints of Mardi Gras #401F43
RGB
CMYK
RGB Variations
Color information
#401F43 (or 0x401F43) is known color: Mardi Gras. HEX triplet: 40, 1F and 43. RGB value is (64,31,67). Sum of RGB (Red+Green+Blue) = 64+31+67=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #401F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F43 is #BFE0BC. Grayscale: #2C2C2C. Windows color (decimal): -12574909 or 4398912. OLE color: 4398912.
HSL color Cylindrical-coordinate representation of color #401F43: hue angle of 295º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #401F43 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 31 | 67 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.74 |
| HSL | 295º | 0.37% | 0.19% | - |
| HSV(B) | 295º | 0.54% | 0.26% | - |
| XYZ | 3.62 | 2.48 | 5.6 | - |
| YUV | 44.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 67 | 0.04 | 0.54 | 0 | 0.74 | 295 | 0.37 | 0.19 |
| Hex | 40 | 1F | 43 | 4 | 36 | 0 | 4A | 127 | 25 | 13 |
| Octal | 100 | 37 | 103 | 4 | 66 | 0 | 112 | 447 | 45 | 23 |
| Binary | 1000000 | 11111 | 1000011 | 100 | 110110 | 0 | 1001010 | 100100111 | 100101 | 10011 |
Color Harmonies of #401F43
Complementary color
Monochromatic Colors of #401F43
Black with #401F43
Text Example
Text Example
White with #401F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F43; }
p { color: rgb(64,31,67); }
H1.HeaderClassName
{
color: #401F43;
}
.AnyTagClassName
{
color: #401F43;
}
</style>
background-color css
<style>
a { background-color: #401F43; }
a { background-color: rgb(64,31,67); }
div.DivClassName
{
background-color: #401F43;
}
.BgClassName
{
background-color: #401F43;
}
</style>
border-color css
<style>
span { border-color: #401F43; }
span { border-color: rgb(64,31,67); }
td.TdClassName
{
border-color: #401F43;
}
.TagClassName
{
border-color: #401F43;
}
</style>