Shades of Paris M #322D60
Tints of Paris M #322D60
RGB
CMYK
RGB Variations
Color information
#322D60 (or 0x322D60) is known color: Paris M. HEX triplet: 32, 2D and 60. RGB value is (50,45,96). Sum of RGB (Red+Green+Blue) = 50+45+96=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #322D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D60 is #CDD29F. Grayscale: #343434. Windows color (decimal): -13488800 or 6303026. OLE color: 6303026.
HSL color Cylindrical-coordinate representation of color #322D60: hue angle of 245.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322D60 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 45 | 96 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.62 |
| HSL | 245.88º | 0.36% | 0.28% | - |
| HSV(B) | 245.88º | 0.53% | 0.38% | - |
| XYZ | 4.37 | 3.4 | 11.49 | - |
| YUV | 52.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 96 | 0.48 | 0.53 | 0 | 0.62 | 245.88 | 0.36 | 0.28 |
| Hex | 32 | 2D | 60 | 30 | 35 | 0 | 3E | F6 | 24 | 1C |
| Octal | 62 | 55 | 140 | 60 | 65 | 0 | 76 | 366 | 44 | 34 |
| Binary | 110010 | 101101 | 1100000 | 110000 | 110101 | 0 | 111110 | 11110110 | 100100 | 11100 |
Color Harmonies of #322D60
Complementary color
Monochromatic Colors of #322D60
Black with #322D60
Text Example
Text Example
White with #322D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D60; }
p { color: rgb(50,45,96); }
H1.HeaderClassName
{
color: #322D60;
}
.AnyTagClassName
{
color: #322D60;
}
</style>
background-color css
<style>
a { background-color: #322D60; }
a { background-color: rgb(50,45,96); }
div.DivClassName
{
background-color: #322D60;
}
.BgClassName
{
background-color: #322D60;
}
</style>
border-color css
<style>
span { border-color: #322D60; }
span { border-color: rgb(50,45,96); }
td.TdClassName
{
border-color: #322D60;
}
.TagClassName
{
border-color: #322D60;
}
</style>