Shades of Mardi Gras #40043C
Tints of Mardi Gras #40043C
RGB
CMYK
RGB Variations
Color information
#40043C (or 0x40043C) is known color: Mardi Gras. HEX triplet: 40, 04 and 3C. RGB value is (64,4,60). Sum of RGB (Red+Green+Blue) = 64+4+60=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40043C is #BFFBC3. Grayscale: #1C1C1C. Windows color (decimal): -12581828 or 3933248. OLE color: 3933248.
HSL color Cylindrical-coordinate representation of color #40043C: hue angle of 304º 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 #40043C is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 60 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.75 |
| HSL | 304º | 0.88% | 0.13% | - |
| HSV(B) | 304º | 0.94% | 0.25% | - |
| XYZ | 2.97 | 1.5 | 4.41 | - |
| YUV | 28.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 60 | 0 | 0.94 | 0.06 | 0.75 | 304 | 0.88 | 0.13 |
| Hex | 40 | 4 | 3C | 0 | 5E | 6 | 4B | 130 | 58 | D |
| Octal | 100 | 4 | 74 | 0 | 136 | 6 | 113 | 460 | 130 | 15 |
| Binary | 1000000 | 100 | 111100 | 0 | 1011110 | 110 | 1001011 | 100110000 | 1011000 | 1101 |
Color Harmonies of #40043C
Complementary color
Monochromatic Colors of #40043C
Black with #40043C
Text Example
Text Example
White with #40043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40043C; }
p { color: rgb(64,4,60); }
H1.HeaderClassName
{
color: #40043C;
}
.AnyTagClassName
{
color: #40043C;
}
</style>
background-color css
<style>
a { background-color: #40043C; }
a { background-color: rgb(64,4,60); }
div.DivClassName
{
background-color: #40043C;
}
.BgClassName
{
background-color: #40043C;
}
</style>
border-color css
<style>
span { border-color: #40043C; }
span { border-color: rgb(64,4,60); }
td.TdClassName
{
border-color: #40043C;
}
.TagClassName
{
border-color: #40043C;
}
</style>