Shades of Mardi Gras #310033
Tints of Mardi Gras #310033
RGB
CMYK
RGB Variations
Color information
#310033 (or 0x310033) is known color: Mardi Gras. HEX triplet: 31, 00 and 33. RGB value is (49,0,51). Sum of RGB (Red+Green+Blue) = 49+0+51=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #310033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310033 is #CEFFCC. Grayscale: #141414. Windows color (decimal): -13565901 or 3342385. OLE color: 3342385.
HSL color Cylindrical-coordinate representation of color #310033: hue angle of 297.65º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310033 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 0 | 51 | - |
| CMYK | 0.04 | 1 | 0 | 0.8 |
| HSL | 297.65º | 1% | 0.1% | - |
| HSV(B) | 297.65º | 1% | 0.2% | - |
| XYZ | 1.86 | 0.89 | 3.21 | - |
| YUV | 20.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 51 | 0.04 | 1 | 0 | 0.8 | 297.65 | 1 | 0.1 |
| Hex | 31 | 0 | 33 | 4 | 64 | 0 | 50 | 12A | 64 | A |
| Octal | 61 | 0 | 63 | 4 | 144 | 0 | 120 | 452 | 144 | 12 |
| Binary | 110001 | 0 | 110011 | 100 | 1100100 | 0 | 1010000 | 100101010 | 1100100 | 1010 |
Color Harmonies of #310033
Complementary color
Monochromatic Colors of #310033
Black with #310033
Text Example
Text Example
White with #310033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310033; }
p { color: rgb(49,0,51); }
H1.HeaderClassName
{
color: #310033;
}
.AnyTagClassName
{
color: #310033;
}
</style>
background-color css
<style>
a { background-color: #310033; }
a { background-color: rgb(49,0,51); }
div.DivClassName
{
background-color: #310033;
}
.BgClassName
{
background-color: #310033;
}
</style>
border-color css
<style>
span { border-color: #310033; }
span { border-color: rgb(49,0,51); }
td.TdClassName
{
border-color: #310033;
}
.TagClassName
{
border-color: #310033;
}
</style>