Shades of Paris M #322C56
Tints of Paris M #322C56
RGB
CMYK
RGB Variations
Color information
#322C56 (or 0x322C56) is known color: Paris M. HEX triplet: 32, 2C and 56. RGB value is (50,44,86). Sum of RGB (Red+Green+Blue) = 50+44+86=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #322C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C56 is #CDD3A9. Grayscale: #323232. Windows color (decimal): -13489066 or 5647410. OLE color: 5647410.
HSL color Cylindrical-coordinate representation of color #322C56: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #322C56 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 44 | 86 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.66 |
| HSL | 248.57º | 0.32% | 0.25% | - |
| HSV(B) | 248.57º | 0.49% | 0.34% | - |
| XYZ | 3.9 | 3.15 | 9.21 | - |
| YUV | 50.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 86 | 0.42 | 0.49 | 0 | 0.66 | 248.57 | 0.32 | 0.25 |
| Hex | 32 | 2C | 56 | 2A | 31 | 0 | 42 | F9 | 20 | 19 |
| Octal | 62 | 54 | 126 | 52 | 61 | 0 | 102 | 371 | 40 | 31 |
| Binary | 110010 | 101100 | 1010110 | 101010 | 110001 | 0 | 1000010 | 11111001 | 100000 | 11001 |
Color Harmonies of #322C56
Complementary color
Monochromatic Colors of #322C56
Black with #322C56
Text Example
Text Example
White with #322C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C56; }
p { color: rgb(50,44,86); }
H1.HeaderClassName
{
color: #322C56;
}
.AnyTagClassName
{
color: #322C56;
}
</style>
background-color css
<style>
a { background-color: #322C56; }
a { background-color: rgb(50,44,86); }
div.DivClassName
{
background-color: #322C56;
}
.BgClassName
{
background-color: #322C56;
}
</style>
border-color css
<style>
span { border-color: #322C56; }
span { border-color: rgb(50,44,86); }
td.TdClassName
{
border-color: #322C56;
}
.TagClassName
{
border-color: #322C56;
}
</style>