Shades of Paris M #322163
Tints of Paris M #322163
RGB
CMYK
RGB Variations
Color information
#322163 (or 0x322163) is known color: Paris M. HEX triplet: 32, 21 and 63. RGB value is (50,33,99). Sum of RGB (Red+Green+Blue) = 50+33+99=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #322163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322163 is #CDDE9C. Grayscale: #2D2D2D. Windows color (decimal): -13491869 or 6496562. OLE color: 6496562.
HSL color Cylindrical-coordinate representation of color #322163: hue angle of 255.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322163 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 33 | 99 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.61 |
| HSL | 255.45º | 0.5% | 0.26% | - |
| HSV(B) | 255.45º | 0.67% | 0.39% | - |
| XYZ | 4.11 | 2.67 | 12.1 | - |
| YUV | 45.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 99 | 0.49 | 0.67 | 0 | 0.61 | 255.45 | 0.5 | 0.26 |
| Hex | 32 | 21 | 63 | 31 | 43 | 0 | 3D | FF | 32 | 1A |
| Octal | 62 | 41 | 143 | 61 | 103 | 0 | 75 | 377 | 62 | 32 |
| Binary | 110010 | 100001 | 1100011 | 110001 | 1000011 | 0 | 111101 | 11111111 | 110010 | 11010 |
Color Harmonies of #322163
Complementary color
Monochromatic Colors of #322163
Black with #322163
Text Example
Text Example
White with #322163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322163; }
p { color: rgb(50,33,99); }
H1.HeaderClassName
{
color: #322163;
}
.AnyTagClassName
{
color: #322163;
}
</style>
background-color css
<style>
a { background-color: #322163; }
a { background-color: rgb(50,33,99); }
div.DivClassName
{
background-color: #322163;
}
.BgClassName
{
background-color: #322163;
}
</style>
border-color css
<style>
span { border-color: #322163; }
span { border-color: rgb(50,33,99); }
td.TdClassName
{
border-color: #322163;
}
.TagClassName
{
border-color: #322163;
}
</style>