Shades of Mardi Gras #400640
Tints of Mardi Gras #400640
RGB
CMYK
RGB Variations
Color information
#400640 (or 0x400640) is known color: Mardi Gras. HEX triplet: 40, 06 and 40. RGB value is (64,6,64). Sum of RGB (Red+Green+Blue) = 64+6+64=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400640 is #BFF9BF. Grayscale: #1D1D1D. Windows color (decimal): -12581312 or 4195904. OLE color: 4195904.
HSL color Cylindrical-coordinate representation of color #400640: hue angle of 300º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400640 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 64 | - |
| CMYK | 0 | 0.91 | 0 | 0.75 |
| HSL | 300º | 0.83% | 0.14% | - |
| HSV(B) | 300º | 0.91% | 0.25% | - |
| XYZ | 3.1 | 1.59 | 4.99 | - |
| YUV | 29.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 64 | 0 | 0.91 | 0 | 0.75 | 300 | 0.83 | 0.14 |
| Hex | 40 | 6 | 40 | 0 | 5B | 0 | 4B | 12C | 53 | E |
| Octal | 100 | 6 | 100 | 0 | 133 | 0 | 113 | 454 | 123 | 16 |
| Binary | 1000000 | 110 | 1000000 | 0 | 1011011 | 0 | 1001011 | 100101100 | 1010011 | 1110 |
Color Harmonies of #400640
Complementary color
Monochromatic Colors of #400640
Black with #400640
Text Example
Text Example
White with #400640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400640; }
p { color: rgb(64,6,64); }
H1.HeaderClassName
{
color: #400640;
}
.AnyTagClassName
{
color: #400640;
}
</style>
background-color css
<style>
a { background-color: #400640; }
a { background-color: rgb(64,6,64); }
div.DivClassName
{
background-color: #400640;
}
.BgClassName
{
background-color: #400640;
}
</style>
border-color css
<style>
span { border-color: #400640; }
span { border-color: rgb(64,6,64); }
td.TdClassName
{
border-color: #400640;
}
.TagClassName
{
border-color: #400640;
}
</style>