Shades of Mardi Gras #400144
Tints of Mardi Gras #400144
RGB
CMYK
RGB Variations
Color information
#400144 (or 0x400144) is known color: Mardi Gras. HEX triplet: 40, 01 and 44. RGB value is (64,1,68). Sum of RGB (Red+Green+Blue) = 64+1+68=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #400144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400144 is #BFFEBB. Grayscale: #1B1B1B. Windows color (decimal): -12582588 or 4456768. OLE color: 4456768.
HSL color Cylindrical-coordinate representation of color #400144: hue angle of 296.42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400144 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 1 | 68 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.73 |
| HSL | 296.42º | 0.97% | 0.14% | - |
| HSV(B) | 296.42º | 0.99% | 0.27% | - |
| XYZ | 3.17 | 1.53 | 5.6 | - |
| YUV | 27.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 68 | 0.06 | 0.99 | 0 | 0.73 | 296.42 | 0.97 | 0.14 |
| Hex | 40 | 1 | 44 | 6 | 63 | 0 | 49 | 128 | 61 | E |
| Octal | 100 | 1 | 104 | 6 | 143 | 0 | 111 | 450 | 141 | 16 |
| Binary | 1000000 | 1 | 1000100 | 110 | 1100011 | 0 | 1001001 | 100101000 | 1100001 | 1110 |
Color Harmonies of #400144
Complementary color
Monochromatic Colors of #400144
Black with #400144
Text Example
Text Example
White with #400144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400144; }
p { color: rgb(64,1,68); }
H1.HeaderClassName
{
color: #400144;
}
.AnyTagClassName
{
color: #400144;
}
</style>
background-color css
<style>
a { background-color: #400144; }
a { background-color: rgb(64,1,68); }
div.DivClassName
{
background-color: #400144;
}
.BgClassName
{
background-color: #400144;
}
</style>
border-color css
<style>
span { border-color: #400144; }
span { border-color: rgb(64,1,68); }
td.TdClassName
{
border-color: #400144;
}
.TagClassName
{
border-color: #400144;
}
</style>