Shades of Paris M #322272
Tints of Paris M #322272
RGB
CMYK
RGB Variations
Color information
#322272 (or 0x322272) is known color: Paris M. HEX triplet: 32, 22 and 72. RGB value is (50,34,114). Sum of RGB (Red+Green+Blue) = 50+34+114=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #322272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322272 is #CDDD8D. Grayscale: #2F2F2F. Windows color (decimal): -13491598 or 7479858. OLE color: 7479858.
HSL color Cylindrical-coordinate representation of color #322272: hue angle of 252º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322272 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 34 | 114 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.55 |
| HSL | 252º | 0.54% | 0.29% | - |
| HSV(B) | 252º | 0.7% | 0.45% | - |
| XYZ | 4.92 | 3.04 | 16.25 | - |
| YUV | 47.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 114 | 0.56 | 0.70 | 0 | 0.55 | 252 | 0.54 | 0.29 |
| Hex | 32 | 22 | 72 | 38 | 46 | 0 | 37 | FC | 36 | 1D |
| Octal | 62 | 42 | 162 | 70 | 106 | 0 | 67 | 374 | 66 | 35 |
| Binary | 110010 | 100010 | 1110010 | 111000 | 1000110 | 0 | 110111 | 11111100 | 110110 | 11101 |
Color Harmonies of #322272
Complementary color
Monochromatic Colors of #322272
Black with #322272
Text Example
Text Example
White with #322272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322272; }
p { color: rgb(50,34,114); }
H1.HeaderClassName
{
color: #322272;
}
.AnyTagClassName
{
color: #322272;
}
</style>
background-color css
<style>
a { background-color: #322272; }
a { background-color: rgb(50,34,114); }
div.DivClassName
{
background-color: #322272;
}
.BgClassName
{
background-color: #322272;
}
</style>
border-color css
<style>
span { border-color: #322272; }
span { border-color: rgb(50,34,114); }
td.TdClassName
{
border-color: #322272;
}
.TagClassName
{
border-color: #322272;
}
</style>