Shades of Mardi Gras #40083C
Tints of Mardi Gras #40083C
RGB
CMYK
RGB Variations
Color information
#40083C (or 0x40083C) is known color: Mardi Gras. HEX triplet: 40, 08 and 3C. RGB value is (64,8,60). Sum of RGB (Red+Green+Blue) = 64+8+60=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40083C is #BFF7C3. Grayscale: #1E1E1E. Windows color (decimal): -12580804 or 3934272. OLE color: 3934272.
HSL color Cylindrical-coordinate representation of color #40083C: hue angle of 304.29º 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 #40083C is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 60 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.75 |
| HSL | 304.29º | 0.78% | 0.14% | - |
| HSV(B) | 304.29º | 0.88% | 0.25% | - |
| XYZ | 3.02 | 1.59 | 4.42 | - |
| YUV | 30.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 60 | 0 | 0.87 | 0.06 | 0.75 | 304.29 | 0.78 | 0.14 |
| Hex | 40 | 8 | 3C | 0 | 57 | 6 | 4B | 130 | 4E | E |
| Octal | 100 | 10 | 74 | 0 | 127 | 6 | 113 | 460 | 116 | 16 |
| Binary | 1000000 | 1000 | 111100 | 0 | 1010111 | 110 | 1001011 | 100110000 | 1001110 | 1110 |
Color Harmonies of #40083C
Complementary color
Monochromatic Colors of #40083C
Black with #40083C
Text Example
Text Example
White with #40083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40083C; }
p { color: rgb(64,8,60); }
H1.HeaderClassName
{
color: #40083C;
}
.AnyTagClassName
{
color: #40083C;
}
</style>
background-color css
<style>
a { background-color: #40083C; }
a { background-color: rgb(64,8,60); }
div.DivClassName
{
background-color: #40083C;
}
.BgClassName
{
background-color: #40083C;
}
</style>
border-color css
<style>
span { border-color: #40083C; }
span { border-color: rgb(64,8,60); }
td.TdClassName
{
border-color: #40083C;
}
.TagClassName
{
border-color: #40083C;
}
</style>