Shades of Mardi Gras #40083B
Tints of Mardi Gras #40083B
RGB
CMYK
RGB Variations
Color information
#40083B (or 0x40083B) is known color: Mardi Gras. HEX triplet: 40, 08 and 3B. RGB value is (64,8,59). Sum of RGB (Red+Green+Blue) = 64+8+59=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40083B is #BFF7C4. Grayscale: #1E1E1E. Windows color (decimal): -12580805 or 3868736. OLE color: 3868736.
HSL color Cylindrical-coordinate representation of color #40083B: hue angle of 305.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40083B is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 59 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.75 |
| HSL | 305.36º | 0.78% | 0.14% | - |
| HSV(B) | 305.36º | 0.88% | 0.25% | - |
| XYZ | 2.99 | 1.58 | 4.28 | - |
| YUV | 30.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 59 | 0 | 0.87 | 0.08 | 0.75 | 305.36 | 0.78 | 0.14 |
| Hex | 40 | 8 | 3B | 0 | 57 | 8 | 4B | 131 | 4E | E |
| Octal | 100 | 10 | 73 | 0 | 127 | 10 | 113 | 461 | 116 | 16 |
| Binary | 1000000 | 1000 | 111011 | 0 | 1010111 | 1000 | 1001011 | 100110001 | 1001110 | 1110 |
Color Harmonies of #40083B
Complementary color
Monochromatic Colors of #40083B
Black with #40083B
Text Example
Text Example
White with #40083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40083B; }
p { color: rgb(64,8,59); }
H1.HeaderClassName
{
color: #40083B;
}
.AnyTagClassName
{
color: #40083B;
}
</style>
background-color css
<style>
a { background-color: #40083B; }
a { background-color: rgb(64,8,59); }
div.DivClassName
{
background-color: #40083B;
}
.BgClassName
{
background-color: #40083B;
}
</style>
border-color css
<style>
span { border-color: #40083B; }
span { border-color: rgb(64,8,59); }
td.TdClassName
{
border-color: #40083B;
}
.TagClassName
{
border-color: #40083B;
}
</style>