Shades of Mardi Gras #400043
Tints of Mardi Gras #400043
RGB
CMYK
RGB Variations
Color information
#400043 (or 0x400043) is known color: Mardi Gras. HEX triplet: 40, 00 and 43. RGB value is (64,0,67). Sum of RGB (Red+Green+Blue) = 64+0+67=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #400043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400043 is #BFFFBC. Grayscale: #1A1A1A. Windows color (decimal): -12582845 or 4390976. OLE color: 4390976.
HSL color Cylindrical-coordinate representation of color #400043: hue angle of 297.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400043 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 0 | 67 | - |
| CMYK | 0.04 | 1 | 0 | 0.74 |
| HSL | 297.31º | 1% | 0.13% | - |
| HSV(B) | 297.31º | 1% | 0.26% | - |
| XYZ | 3.13 | 1.5 | 5.43 | - |
| YUV | 26.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 67 | 0.04 | 1 | 0 | 0.74 | 297.31 | 1 | 0.13 |
| Hex | 40 | 0 | 43 | 4 | 64 | 0 | 4A | 129 | 64 | D |
| Octal | 100 | 0 | 103 | 4 | 144 | 0 | 112 | 451 | 144 | 15 |
| Binary | 1000000 | 0 | 1000011 | 100 | 1100100 | 0 | 1001010 | 100101001 | 1100100 | 1101 |
Color Harmonies of #400043
Complementary color
Monochromatic Colors of #400043
Black with #400043
Text Example
Text Example
White with #400043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400043; }
p { color: rgb(64,0,67); }
H1.HeaderClassName
{
color: #400043;
}
.AnyTagClassName
{
color: #400043;
}
</style>
background-color css
<style>
a { background-color: #400043; }
a { background-color: rgb(64,0,67); }
div.DivClassName
{
background-color: #400043;
}
.BgClassName
{
background-color: #400043;
}
</style>
border-color css
<style>
span { border-color: #400043; }
span { border-color: rgb(64,0,67); }
td.TdClassName
{
border-color: #400043;
}
.TagClassName
{
border-color: #400043;
}
</style>