Shades of Mardi Gras #40033E
Tints of Mardi Gras #40033E
RGB
CMYK
RGB Variations
Color information
#40033E (or 0x40033E) is known color: Mardi Gras. HEX triplet: 40, 03 and 3E. RGB value is (64,3,62). Sum of RGB (Red+Green+Blue) = 64+3+62=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40033E is #BFFCC1. Grayscale: #1B1B1B. Windows color (decimal): -12582082 or 4064064. OLE color: 4064064.
HSL color Cylindrical-coordinate representation of color #40033E: hue angle of 301.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40033E is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 62 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.75 |
| HSL | 301.97º | 0.91% | 0.13% | - |
| HSV(B) | 301.97º | 0.95% | 0.25% | - |
| XYZ | 3.02 | 1.5 | 4.69 | - |
| YUV | 27.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 62 | 0 | 0.95 | 0.03 | 0.75 | 301.97 | 0.91 | 0.13 |
| Hex | 40 | 3 | 3E | 0 | 5F | 3 | 4B | 12E | 5B | D |
| Octal | 100 | 3 | 76 | 0 | 137 | 3 | 113 | 456 | 133 | 15 |
| Binary | 1000000 | 11 | 111110 | 0 | 1011111 | 11 | 1001011 | 100101110 | 1011011 | 1101 |
Color Harmonies of #40033E
Complementary color
Monochromatic Colors of #40033E
Black with #40033E
Text Example
Text Example
White with #40033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40033E; }
p { color: rgb(64,3,62); }
H1.HeaderClassName
{
color: #40033E;
}
.AnyTagClassName
{
color: #40033E;
}
</style>
background-color css
<style>
a { background-color: #40033E; }
a { background-color: rgb(64,3,62); }
div.DivClassName
{
background-color: #40033E;
}
.BgClassName
{
background-color: #40033E;
}
</style>
border-color css
<style>
span { border-color: #40033E; }
span { border-color: rgb(64,3,62); }
td.TdClassName
{
border-color: #40033E;
}
.TagClassName
{
border-color: #40033E;
}
</style>