Shades of Mardi Gras #40043F
Tints of Mardi Gras #40043F
RGB
CMYK
RGB Variations
Color information
#40043F (or 0x40043F) is known color: Mardi Gras. HEX triplet: 40, 04 and 3F. RGB value is (64,4,63). Sum of RGB (Red+Green+Blue) = 64+4+63=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40043F is #BFFBC0. Grayscale: #1C1C1C. Windows color (decimal): -12581825 or 4129856. OLE color: 4129856.
HSL color Cylindrical-coordinate representation of color #40043F: hue angle of 301º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40043F is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 63 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.75 |
| HSL | 301º | 0.88% | 0.13% | - |
| HSV(B) | 301º | 0.94% | 0.25% | - |
| XYZ | 3.05 | 1.54 | 4.84 | - |
| YUV | 28.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 63 | 0 | 0.94 | 0.02 | 0.75 | 301 | 0.88 | 0.13 |
| Hex | 40 | 4 | 3F | 0 | 5E | 2 | 4B | 12D | 58 | D |
| Octal | 100 | 4 | 77 | 0 | 136 | 2 | 113 | 455 | 130 | 15 |
| Binary | 1000000 | 100 | 111111 | 0 | 1011110 | 10 | 1001011 | 100101101 | 1011000 | 1101 |
Color Harmonies of #40043F
Complementary color
Monochromatic Colors of #40043F
Black with #40043F
Text Example
Text Example
White with #40043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40043F; }
p { color: rgb(64,4,63); }
H1.HeaderClassName
{
color: #40043F;
}
.AnyTagClassName
{
color: #40043F;
}
</style>
background-color css
<style>
a { background-color: #40043F; }
a { background-color: rgb(64,4,63); }
div.DivClassName
{
background-color: #40043F;
}
.BgClassName
{
background-color: #40043F;
}
</style>
border-color css
<style>
span { border-color: #40043F; }
span { border-color: rgb(64,4,63); }
td.TdClassName
{
border-color: #40043F;
}
.TagClassName
{
border-color: #40043F;
}
</style>