Shades of Paris M #332471
Tints of Paris M #332471
RGB
CMYK
RGB Variations
Color information
#332471 (or 0x332471) is known color: Paris M. HEX triplet: 33, 24 and 71. RGB value is (51,36,113). Sum of RGB (Red+Green+Blue) = 51+36+113=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #332471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332471 is #CCDB8E. Grayscale: #303030. Windows color (decimal): -13425551 or 7414835. OLE color: 7414835.
HSL color Cylindrical-coordinate representation of color #332471: hue angle of 251.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332471 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 36 | 113 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.56 |
| HSL | 251.69º | 0.52% | 0.29% | - |
| HSV(B) | 251.69º | 0.68% | 0.44% | - |
| XYZ | 4.98 | 3.16 | 15.97 | - |
| YUV | 49.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 113 | 0.55 | 0.68 | 0 | 0.56 | 251.69 | 0.52 | 0.29 |
| Hex | 33 | 24 | 71 | 37 | 44 | 0 | 38 | FC | 34 | 1D |
| Octal | 63 | 44 | 161 | 67 | 104 | 0 | 70 | 374 | 64 | 35 |
| Binary | 110011 | 100100 | 1110001 | 110111 | 1000100 | 0 | 111000 | 11111100 | 110100 | 11101 |
Color Harmonies of #332471
Complementary color
Monochromatic Colors of #332471
Black with #332471
Text Example
Text Example
White with #332471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332471; }
p { color: rgb(51,36,113); }
H1.HeaderClassName
{
color: #332471;
}
.AnyTagClassName
{
color: #332471;
}
</style>
background-color css
<style>
a { background-color: #332471; }
a { background-color: rgb(51,36,113); }
div.DivClassName
{
background-color: #332471;
}
.BgClassName
{
background-color: #332471;
}
</style>
border-color css
<style>
span { border-color: #332471; }
span { border-color: rgb(51,36,113); }
td.TdClassName
{
border-color: #332471;
}
.TagClassName
{
border-color: #332471;
}
</style>