Shades of Mardi Gras #400040
Tints of Mardi Gras #400040
RGB
CMYK
RGB Variations
Color information
#400040 (or 0x400040) is known color: Mardi Gras. HEX triplet: 40, 00 and 40. RGB value is (64,0,64). Sum of RGB (Red+Green+Blue) = 64+0+64=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400040 is #BFFFBF. Grayscale: #1A1A1A. Windows color (decimal): -12582848 or 4194368. OLE color: 4194368.
HSL color Cylindrical-coordinate representation of color #400040: hue angle of 300º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400040 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 64 | - |
| CMYK | 0 | 1 | 0 | 0.75 |
| HSL | 300º | 1% | 0.13% | - |
| HSV(B) | 300º | 1% | 0.25% | - |
| XYZ | 3.04 | 1.46 | 4.97 | - |
| YUV | 26.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 64 | 0 | 1 | 0 | 0.75 | 300 | 1 | 0.13 |
| Hex | 40 | 0 | 40 | 0 | 64 | 0 | 4B | 12C | 64 | D |
| Octal | 100 | 0 | 100 | 0 | 144 | 0 | 113 | 454 | 144 | 15 |
| Binary | 1000000 | 0 | 1000000 | 0 | 1100100 | 0 | 1001011 | 100101100 | 1100100 | 1101 |
Color Harmonies of #400040
Complementary color
Monochromatic Colors of #400040
Black with #400040
Text Example
Text Example
White with #400040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400040; }
p { color: rgb(64,0,64); }
H1.HeaderClassName
{
color: #400040;
}
.AnyTagClassName
{
color: #400040;
}
</style>
background-color css
<style>
a { background-color: #400040; }
a { background-color: rgb(64,0,64); }
div.DivClassName
{
background-color: #400040;
}
.BgClassName
{
background-color: #400040;
}
</style>
border-color css
<style>
span { border-color: #400040; }
span { border-color: rgb(64,0,64); }
td.TdClassName
{
border-color: #400040;
}
.TagClassName
{
border-color: #400040;
}
</style>