Shades of Mardi Gras #320133
Tints of Mardi Gras #320133
RGB
CMYK
RGB Variations
Color information
#320133 (or 0x320133) is known color: Mardi Gras. HEX triplet: 32, 01 and 33. RGB value is (50,1,51). Sum of RGB (Red+Green+Blue) = 50+1+51=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #320133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320133 is #CDFECC. Grayscale: #151515. Windows color (decimal): -13500109 or 3342642. OLE color: 3342642.
HSL color Cylindrical-coordinate representation of color #320133: hue angle of 298.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320133 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 1 | 51 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.8 |
| HSL | 298.8º | 0.96% | 0.1% | - |
| HSV(B) | 298.8º | 0.98% | 0.2% | - |
| XYZ | 1.92 | 0.94 | 3.21 | - |
| YUV | 21.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 51 | 0.02 | 0.98 | 0 | 0.8 | 298.8 | 0.96 | 0.1 |
| Hex | 32 | 1 | 33 | 2 | 62 | 0 | 50 | 12B | 60 | A |
| Octal | 62 | 1 | 63 | 2 | 142 | 0 | 120 | 453 | 140 | 12 |
| Binary | 110010 | 1 | 110011 | 10 | 1100010 | 0 | 1010000 | 100101011 | 1100000 | 1010 |
Color Harmonies of #320133
Complementary color
Monochromatic Colors of #320133
Black with #320133
Text Example
Text Example
White with #320133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320133; }
p { color: rgb(50,1,51); }
H1.HeaderClassName
{
color: #320133;
}
.AnyTagClassName
{
color: #320133;
}
</style>
background-color css
<style>
a { background-color: #320133; }
a { background-color: rgb(50,1,51); }
div.DivClassName
{
background-color: #320133;
}
.BgClassName
{
background-color: #320133;
}
</style>
border-color css
<style>
span { border-color: #320133; }
span { border-color: rgb(50,1,51); }
td.TdClassName
{
border-color: #320133;
}
.TagClassName
{
border-color: #320133;
}
</style>