Shades of Mardi Gras #40083F
Tints of Mardi Gras #40083F
RGB
CMYK
RGB Variations
Color information
#40083F (or 0x40083F) is known color: Mardi Gras. HEX triplet: 40, 08 and 3F. RGB value is (64,8,63). Sum of RGB (Red+Green+Blue) = 64+8+63=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40083F is #BFF7C0. Grayscale: #1E1E1E. Windows color (decimal): -12580801 or 4130880. OLE color: 4130880.
HSL color Cylindrical-coordinate representation of color #40083F: hue angle of 301.07º 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 #40083F is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 63 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.75 |
| HSL | 301.07º | 0.78% | 0.14% | - |
| HSV(B) | 301.07º | 0.88% | 0.25% | - |
| XYZ | 3.1 | 1.62 | 4.85 | - |
| YUV | 31.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 63 | 0 | 0.87 | 0.02 | 0.75 | 301.07 | 0.78 | 0.14 |
| Hex | 40 | 8 | 3F | 0 | 57 | 2 | 4B | 12D | 4E | E |
| Octal | 100 | 10 | 77 | 0 | 127 | 2 | 113 | 455 | 116 | 16 |
| Binary | 1000000 | 1000 | 111111 | 0 | 1010111 | 10 | 1001011 | 100101101 | 1001110 | 1110 |
Color Harmonies of #40083F
Complementary color
Monochromatic Colors of #40083F
Black with #40083F
Text Example
Text Example
White with #40083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40083F; }
p { color: rgb(64,8,63); }
H1.HeaderClassName
{
color: #40083F;
}
.AnyTagClassName
{
color: #40083F;
}
</style>
background-color css
<style>
a { background-color: #40083F; }
a { background-color: rgb(64,8,63); }
div.DivClassName
{
background-color: #40083F;
}
.BgClassName
{
background-color: #40083F;
}
</style>
border-color css
<style>
span { border-color: #40083F; }
span { border-color: rgb(64,8,63); }
td.TdClassName
{
border-color: #40083F;
}
.TagClassName
{
border-color: #40083F;
}
</style>