Shades of Paris M #322B64
Tints of Paris M #322B64
RGB
CMYK
RGB Variations
Color information
#322B64 (or 0x322B64) is known color: Paris M. HEX triplet: 32, 2B and 64. RGB value is (50,43,100). Sum of RGB (Red+Green+Blue) = 50+43+100=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #322B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B64 is #CDD49B. Grayscale: #333333. Windows color (decimal): -13489308 or 6564658. OLE color: 6564658.
HSL color Cylindrical-coordinate representation of color #322B64: hue angle of 247.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322B64 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 43 | 100 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.61 |
| HSL | 247.37º | 0.4% | 0.28% | - |
| HSV(B) | 247.37º | 0.57% | 0.39% | - |
| XYZ | 4.48 | 3.33 | 12.46 | - |
| YUV | 51.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 100 | 0.50 | 0.57 | 0 | 0.61 | 247.37 | 0.4 | 0.28 |
| Hex | 32 | 2B | 64 | 32 | 39 | 0 | 3D | F7 | 28 | 1C |
| Octal | 62 | 53 | 144 | 62 | 71 | 0 | 75 | 367 | 50 | 34 |
| Binary | 110010 | 101011 | 1100100 | 110010 | 111001 | 0 | 111101 | 11110111 | 101000 | 11100 |
Color Harmonies of #322B64
Complementary color
Monochromatic Colors of #322B64
Black with #322B64
Text Example
Text Example
White with #322B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B64; }
p { color: rgb(50,43,100); }
H1.HeaderClassName
{
color: #322B64;
}
.AnyTagClassName
{
color: #322B64;
}
</style>
background-color css
<style>
a { background-color: #322B64; }
a { background-color: rgb(50,43,100); }
div.DivClassName
{
background-color: #322B64;
}
.BgClassName
{
background-color: #322B64;
}
</style>
border-color css
<style>
span { border-color: #322B64; }
span { border-color: rgb(50,43,100); }
td.TdClassName
{
border-color: #322B64;
}
.TagClassName
{
border-color: #322B64;
}
</style>