Shades of Mardi Gras #400443
Tints of Mardi Gras #400443
RGB
CMYK
RGB Variations
Color information
#400443 (or 0x400443) is known color: Mardi Gras. HEX triplet: 40, 04 and 43. RGB value is (64,4,67). Sum of RGB (Red+Green+Blue) = 64+4+67=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #400443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400443 is #BFFBBC. Grayscale: #1C1C1C. Windows color (decimal): -12581821 or 4392000. OLE color: 4392000.
HSL color Cylindrical-coordinate representation of color #400443: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400443 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 4 | 67 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.74 |
| HSL | 297.14º | 0.89% | 0.14% | - |
| HSV(B) | 297.14º | 0.94% | 0.26% | - |
| XYZ | 3.17 | 1.58 | 5.45 | - |
| YUV | 29.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 67 | 0.04 | 0.94 | 0 | 0.74 | 297.14 | 0.89 | 0.14 |
| Hex | 40 | 4 | 43 | 4 | 5E | 0 | 4A | 129 | 59 | E |
| Octal | 100 | 4 | 103 | 4 | 136 | 0 | 112 | 451 | 131 | 16 |
| Binary | 1000000 | 100 | 1000011 | 100 | 1011110 | 0 | 1001010 | 100101001 | 1011001 | 1110 |
Color Harmonies of #400443
Complementary color
Monochromatic Colors of #400443
Black with #400443
Text Example
Text Example
White with #400443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400443; }
p { color: rgb(64,4,67); }
H1.HeaderClassName
{
color: #400443;
}
.AnyTagClassName
{
color: #400443;
}
</style>
background-color css
<style>
a { background-color: #400443; }
a { background-color: rgb(64,4,67); }
div.DivClassName
{
background-color: #400443;
}
.BgClassName
{
background-color: #400443;
}
</style>
border-color css
<style>
span { border-color: #400443; }
span { border-color: rgb(64,4,67); }
td.TdClassName
{
border-color: #400443;
}
.TagClassName
{
border-color: #400443;
}
</style>