Shades of Paris M #332360
Tints of Paris M #332360
RGB
CMYK
RGB Variations
Color information
#332360 (or 0x332360) is known color: Paris M. HEX triplet: 33, 23 and 60. RGB value is (51,35,96). Sum of RGB (Red+Green+Blue) = 51+35+96=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #332360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332360 is #CCDC9F. Grayscale: #2E2E2E. Windows color (decimal): -13425824 or 6300467. OLE color: 6300467.
HSL color Cylindrical-coordinate representation of color #332360: hue angle of 255.74º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332360 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 35 | 96 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.62 |
| HSL | 255.74º | 0.47% | 0.26% | - |
| HSV(B) | 255.74º | 0.64% | 0.38% | - |
| XYZ | 4.08 | 2.75 | 11.38 | - |
| YUV | 46.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 96 | 0.47 | 0.64 | 0 | 0.62 | 255.74 | 0.47 | 0.26 |
| Hex | 33 | 23 | 60 | 2F | 40 | 0 | 3E | 100 | 2F | 1A |
| Octal | 63 | 43 | 140 | 57 | 100 | 0 | 76 | 400 | 57 | 32 |
| Binary | 110011 | 100011 | 1100000 | 101111 | 1000000 | 0 | 111110 | 100000000 | 101111 | 11010 |
Color Harmonies of #332360
Complementary color
Monochromatic Colors of #332360
Black with #332360
Text Example
Text Example
White with #332360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332360; }
p { color: rgb(51,35,96); }
H1.HeaderClassName
{
color: #332360;
}
.AnyTagClassName
{
color: #332360;
}
</style>
background-color css
<style>
a { background-color: #332360; }
a { background-color: rgb(51,35,96); }
div.DivClassName
{
background-color: #332360;
}
.BgClassName
{
background-color: #332360;
}
</style>
border-color css
<style>
span { border-color: #332360; }
span { border-color: rgb(51,35,96); }
td.TdClassName
{
border-color: #332360;
}
.TagClassName
{
border-color: #332360;
}
</style>