Shades of Paris M #322864
Tints of Paris M #322864
RGB
CMYK
RGB Variations
Color information
#322864 (or 0x322864) is known color: Paris M. HEX triplet: 32, 28 and 64. RGB value is (50,40,100). Sum of RGB (Red+Green+Blue) = 50+40+100=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #322864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322864 is #CDD79B. Grayscale: #313131. Windows color (decimal): -13490076 or 6563890. OLE color: 6563890.
HSL color Cylindrical-coordinate representation of color #322864: hue angle of 250º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322864 is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 40 | 100 | - |
| CMYK | 0.50 | 0.6 | 0 | 0.61 |
| HSL | 250º | 0.43% | 0.27% | - |
| HSV(B) | 250º | 0.6% | 0.39% | - |
| XYZ | 4.37 | 3.12 | 12.43 | - |
| YUV | 49.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 100 | 0.50 | 0.6 | 0 | 0.61 | 250 | 0.43 | 0.27 |
| Hex | 32 | 28 | 64 | 32 | 3C | 0 | 3D | FA | 2B | 1B |
| Octal | 62 | 50 | 144 | 62 | 74 | 0 | 75 | 372 | 53 | 33 |
| Binary | 110010 | 101000 | 1100100 | 110010 | 111100 | 0 | 111101 | 11111010 | 101011 | 11011 |
Color Harmonies of #322864
Complementary color
Monochromatic Colors of #322864
Black with #322864
Text Example
Text Example
White with #322864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322864; }
p { color: rgb(50,40,100); }
H1.HeaderClassName
{
color: #322864;
}
.AnyTagClassName
{
color: #322864;
}
</style>
background-color css
<style>
a { background-color: #322864; }
a { background-color: rgb(50,40,100); }
div.DivClassName
{
background-color: #322864;
}
.BgClassName
{
background-color: #322864;
}
</style>
border-color css
<style>
span { border-color: #322864; }
span { border-color: rgb(50,40,100); }
td.TdClassName
{
border-color: #322864;
}
.TagClassName
{
border-color: #322864;
}
</style>