Shades of Paris M #322D62
Tints of Paris M #322D62
RGB
CMYK
RGB Variations
Color information
#322D62 (or 0x322D62) is known color: Paris M. HEX triplet: 32, 2D and 62. RGB value is (50,45,98). Sum of RGB (Red+Green+Blue) = 50+45+98=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #322D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D62 is #CDD29D. Grayscale: #343434. Windows color (decimal): -13488798 or 6434098. OLE color: 6434098.
HSL color Cylindrical-coordinate representation of color #322D62: hue angle of 245.66º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322D62 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 45 | 98 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.62 |
| HSL | 245.66º | 0.37% | 0.28% | - |
| HSV(B) | 245.66º | 0.54% | 0.38% | - |
| XYZ | 4.46 | 3.44 | 11.98 | - |
| YUV | 52.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 98 | 0.49 | 0.54 | 0 | 0.62 | 245.66 | 0.37 | 0.28 |
| Hex | 32 | 2D | 62 | 31 | 36 | 0 | 3E | F6 | 25 | 1C |
| Octal | 62 | 55 | 142 | 61 | 66 | 0 | 76 | 366 | 45 | 34 |
| Binary | 110010 | 101101 | 1100010 | 110001 | 110110 | 0 | 111110 | 11110110 | 100101 | 11100 |
Color Harmonies of #322D62
Complementary color
Monochromatic Colors of #322D62
Black with #322D62
Text Example
Text Example
White with #322D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D62; }
p { color: rgb(50,45,98); }
H1.HeaderClassName
{
color: #322D62;
}
.AnyTagClassName
{
color: #322D62;
}
</style>
background-color css
<style>
a { background-color: #322D62; }
a { background-color: rgb(50,45,98); }
div.DivClassName
{
background-color: #322D62;
}
.BgClassName
{
background-color: #322D62;
}
</style>
border-color css
<style>
span { border-color: #322D62; }
span { border-color: rgb(50,45,98); }
td.TdClassName
{
border-color: #322D62;
}
.TagClassName
{
border-color: #322D62;
}
</style>