Shades of Mardi Gras #40083A
Tints of Mardi Gras #40083A
RGB
CMYK
RGB Variations
Color information
#40083A (or 0x40083A) is known color: Mardi Gras. HEX triplet: 40, 08 and 3A. RGB value is (64,8,58). Sum of RGB (Red+Green+Blue) = 64+8+58=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40083A is #BFF7C5. Grayscale: #1E1E1E. Windows color (decimal): -12580806 or 3803200. OLE color: 3803200.
HSL color Cylindrical-coordinate representation of color #40083A: hue angle of 306.43º 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 #40083A is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 58 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.75 |
| HSL | 306.43º | 0.78% | 0.14% | - |
| HSV(B) | 306.43º | 0.88% | 0.25% | - |
| XYZ | 2.96 | 1.57 | 4.15 | - |
| YUV | 30.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 58 | 0 | 0.87 | 0.09 | 0.75 | 306.43 | 0.78 | 0.14 |
| Hex | 40 | 8 | 3A | 0 | 57 | 9 | 4B | 132 | 4E | E |
| Octal | 100 | 10 | 72 | 0 | 127 | 11 | 113 | 462 | 116 | 16 |
| Binary | 1000000 | 1000 | 111010 | 0 | 1010111 | 1001 | 1001011 | 100110010 | 1001110 | 1110 |
Color Harmonies of #40083A
Complementary color
Monochromatic Colors of #40083A
Black with #40083A
Text Example
Text Example
White with #40083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40083A; }
p { color: rgb(64,8,58); }
H1.HeaderClassName
{
color: #40083A;
}
.AnyTagClassName
{
color: #40083A;
}
</style>
background-color css
<style>
a { background-color: #40083A; }
a { background-color: rgb(64,8,58); }
div.DivClassName
{
background-color: #40083A;
}
.BgClassName
{
background-color: #40083A;
}
</style>
border-color css
<style>
span { border-color: #40083A; }
span { border-color: rgb(64,8,58); }
td.TdClassName
{
border-color: #40083A;
}
.TagClassName
{
border-color: #40083A;
}
</style>