Shades of Mardi Gras #40023F
Tints of Mardi Gras #40023F
RGB
CMYK
RGB Variations
Color information
#40023F (or 0x40023F) is known color: Mardi Gras. HEX triplet: 40, 02 and 3F. RGB value is (64,2,63). Sum of RGB (Red+Green+Blue) = 64+2+63=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40023F is #BFFDC0. Grayscale: #1B1B1B. Windows color (decimal): -12582337 or 4129344. OLE color: 4129344.
HSL color Cylindrical-coordinate representation of color #40023F: hue angle of 300.97º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40023F is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 63 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.75 |
| HSL | 300.97º | 0.94% | 0.13% | - |
| HSV(B) | 300.97º | 0.97% | 0.25% | - |
| XYZ | 3.03 | 1.49 | 4.83 | - |
| YUV | 27.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 63 | 0 | 0.97 | 0.02 | 0.75 | 300.97 | 0.94 | 0.13 |
| Hex | 40 | 2 | 3F | 0 | 61 | 2 | 4B | 12D | 5E | D |
| Octal | 100 | 2 | 77 | 0 | 141 | 2 | 113 | 455 | 136 | 15 |
| Binary | 1000000 | 10 | 111111 | 0 | 1100001 | 10 | 1001011 | 100101101 | 1011110 | 1101 |
Color Harmonies of #40023F
Complementary color
Monochromatic Colors of #40023F
Black with #40023F
Text Example
Text Example
White with #40023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40023F; }
p { color: rgb(64,2,63); }
H1.HeaderClassName
{
color: #40023F;
}
.AnyTagClassName
{
color: #40023F;
}
</style>
background-color css
<style>
a { background-color: #40023F; }
a { background-color: rgb(64,2,63); }
div.DivClassName
{
background-color: #40023F;
}
.BgClassName
{
background-color: #40023F;
}
</style>
border-color css
<style>
span { border-color: #40023F; }
span { border-color: rgb(64,2,63); }
td.TdClassName
{
border-color: #40023F;
}
.TagClassName
{
border-color: #40023F;
}
</style>