Shades of Mardi Gras #400441
Tints of Mardi Gras #400441
RGB
CMYK
RGB Variations
Color information
#400441 (or 0x400441) is known color: Mardi Gras. HEX triplet: 40, 04 and 41. RGB value is (64,4,65). Sum of RGB (Red+Green+Blue) = 64+4+65=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #400441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400441 is #BFFBBE. Grayscale: #1C1C1C. Windows color (decimal): -12581823 or 4260928. OLE color: 4260928.
HSL color Cylindrical-coordinate representation of color #400441: hue angle of 299.02º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400441 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 65 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.75 |
| HSL | 299.02º | 0.88% | 0.14% | - |
| HSV(B) | 299.02º | 0.94% | 0.25% | - |
| XYZ | 3.11 | 1.56 | 5.14 | - |
| YUV | 28.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 65 | 0.02 | 0.94 | 0 | 0.75 | 299.02 | 0.88 | 0.14 |
| Hex | 40 | 4 | 41 | 2 | 5E | 0 | 4B | 12B | 58 | E |
| Octal | 100 | 4 | 101 | 2 | 136 | 0 | 113 | 453 | 130 | 16 |
| Binary | 1000000 | 100 | 1000001 | 10 | 1011110 | 0 | 1001011 | 100101011 | 1011000 | 1110 |
Color Harmonies of #400441
Complementary color
Monochromatic Colors of #400441
Black with #400441
Text Example
Text Example
White with #400441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400441; }
p { color: rgb(64,4,65); }
H1.HeaderClassName
{
color: #400441;
}
.AnyTagClassName
{
color: #400441;
}
</style>
background-color css
<style>
a { background-color: #400441; }
a { background-color: rgb(64,4,65); }
div.DivClassName
{
background-color: #400441;
}
.BgClassName
{
background-color: #400441;
}
</style>
border-color css
<style>
span { border-color: #400441; }
span { border-color: rgb(64,4,65); }
td.TdClassName
{
border-color: #400441;
}
.TagClassName
{
border-color: #400441;
}
</style>