Shades of Paris M #322F58
Tints of Paris M #322F58
RGB
CMYK
RGB Variations
Color information
#322F58 (or 0x322F58) is known color: Paris M. HEX triplet: 32, 2F and 58. RGB value is (50,47,88). Sum of RGB (Red+Green+Blue) = 50+47+88=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #322F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F58 is #CDD0A7. Grayscale: #343434. Windows color (decimal): -13488296 or 5779250. OLE color: 5779250.
HSL color Cylindrical-coordinate representation of color #322F58: hue angle of 244.39º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #322F58 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 47 | 88 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.65 |
| HSL | 244.39º | 0.3% | 0.26% | - |
| HSV(B) | 244.39º | 0.47% | 0.35% | - |
| XYZ | 4.09 | 3.42 | 9.68 | - |
| YUV | 52.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 88 | 0.43 | 0.47 | 0 | 0.65 | 244.39 | 0.3 | 0.26 |
| Hex | 32 | 2F | 58 | 2B | 2F | 0 | 41 | F4 | 1E | 1A |
| Octal | 62 | 57 | 130 | 53 | 57 | 0 | 101 | 364 | 36 | 32 |
| Binary | 110010 | 101111 | 1011000 | 101011 | 101111 | 0 | 1000001 | 11110100 | 11110 | 11010 |
Color Harmonies of #322F58
Complementary color
Monochromatic Colors of #322F58
Black with #322F58
Text Example
Text Example
White with #322F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F58; }
p { color: rgb(50,47,88); }
H1.HeaderClassName
{
color: #322F58;
}
.AnyTagClassName
{
color: #322F58;
}
</style>
background-color css
<style>
a { background-color: #322F58; }
a { background-color: rgb(50,47,88); }
div.DivClassName
{
background-color: #322F58;
}
.BgClassName
{
background-color: #322F58;
}
</style>
border-color css
<style>
span { border-color: #322F58; }
span { border-color: rgb(50,47,88); }
td.TdClassName
{
border-color: #322F58;
}
.TagClassName
{
border-color: #322F58;
}
</style>