Shades of Mardi Gras #40043B
Tints of Mardi Gras #40043B
RGB
CMYK
RGB Variations
Color information
#40043B (or 0x40043B) is known color: Mardi Gras. HEX triplet: 40, 04 and 3B. RGB value is (64,4,59). Sum of RGB (Red+Green+Blue) = 64+4+59=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40043B is #BFFBC4. Grayscale: #1C1C1C. Windows color (decimal): -12581829 or 3867712. OLE color: 3867712.
HSL color Cylindrical-coordinate representation of color #40043B: hue angle of 305º 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 #40043B is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 59 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.75 |
| HSL | 305º | 0.88% | 0.13% | - |
| HSV(B) | 305º | 0.94% | 0.25% | - |
| XYZ | 2.95 | 1.49 | 4.27 | - |
| YUV | 28.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 59 | 0 | 0.94 | 0.08 | 0.75 | 305 | 0.88 | 0.13 |
| Hex | 40 | 4 | 3B | 0 | 5E | 8 | 4B | 131 | 58 | D |
| Octal | 100 | 4 | 73 | 0 | 136 | 10 | 113 | 461 | 130 | 15 |
| Binary | 1000000 | 100 | 111011 | 0 | 1011110 | 1000 | 1001011 | 100110001 | 1011000 | 1101 |
Color Harmonies of #40043B
Complementary color
Monochromatic Colors of #40043B
Black with #40043B
Text Example
Text Example
White with #40043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40043B; }
p { color: rgb(64,4,59); }
H1.HeaderClassName
{
color: #40043B;
}
.AnyTagClassName
{
color: #40043B;
}
</style>
background-color css
<style>
a { background-color: #40043B; }
a { background-color: rgb(64,4,59); }
div.DivClassName
{
background-color: #40043B;
}
.BgClassName
{
background-color: #40043B;
}
</style>
border-color css
<style>
span { border-color: #40043B; }
span { border-color: rgb(64,4,59); }
td.TdClassName
{
border-color: #40043B;
}
.TagClassName
{
border-color: #40043B;
}
</style>