Shades of Mardi Gras #401C3F
Tints of Mardi Gras #401C3F
RGB
CMYK
RGB Variations
Color information
#401C3F (or 0x401C3F) is known color: Mardi Gras. HEX triplet: 40, 1C and 3F. RGB value is (64,28,63). Sum of RGB (Red+Green+Blue) = 64+28+63=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #401C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C3F is #BFE3C0. Grayscale: #2A2A2A. Windows color (decimal): -12575681 or 4136000. OLE color: 4136000.
HSL color Cylindrical-coordinate representation of color #401C3F: hue angle of 301.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C3F is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 63 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.75 |
| HSL | 301.67º | 0.39% | 0.18% | - |
| HSV(B) | 301.67º | 0.56% | 0.25% | - |
| XYZ | 3.43 | 2.28 | 4.96 | - |
| YUV | 42.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 63 | 0 | 0.56 | 0.02 | 0.75 | 301.67 | 0.39 | 0.18 |
| Hex | 40 | 1C | 3F | 0 | 38 | 2 | 4B | 12E | 27 | 12 |
| Octal | 100 | 34 | 77 | 0 | 70 | 2 | 113 | 456 | 47 | 22 |
| Binary | 1000000 | 11100 | 111111 | 0 | 111000 | 10 | 1001011 | 100101110 | 100111 | 10010 |
Color Harmonies of #401C3F
Complementary color
Monochromatic Colors of #401C3F
Black with #401C3F
Text Example
Text Example
White with #401C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C3F; }
p { color: rgb(64,28,63); }
H1.HeaderClassName
{
color: #401C3F;
}
.AnyTagClassName
{
color: #401C3F;
}
</style>
background-color css
<style>
a { background-color: #401C3F; }
a { background-color: rgb(64,28,63); }
div.DivClassName
{
background-color: #401C3F;
}
.BgClassName
{
background-color: #401C3F;
}
</style>
border-color css
<style>
span { border-color: #401C3F; }
span { border-color: rgb(64,28,63); }
td.TdClassName
{
border-color: #401C3F;
}
.TagClassName
{
border-color: #401C3F;
}
</style>