Shades of Paris M #322A5F
Tints of Paris M #322A5F
RGB
CMYK
RGB Variations
Color information
#322A5F (or 0x322A5F) is known color: Paris M. HEX triplet: 32, 2A and 5F. RGB value is (50,42,95). Sum of RGB (Red+Green+Blue) = 50+42+95=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #322A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A5F is #CDD5A0. Grayscale: #323232. Windows color (decimal): -13489569 or 6236722. OLE color: 6236722.
HSL color Cylindrical-coordinate representation of color #322A5F: hue angle of 249.06º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322A5F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 42 | 95 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.63 |
| HSL | 249.06º | 0.39% | 0.27% | - |
| HSV(B) | 249.06º | 0.56% | 0.37% | - |
| XYZ | 4.21 | 3.16 | 11.21 | - |
| YUV | 50.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 95 | 0.47 | 0.56 | 0 | 0.63 | 249.06 | 0.39 | 0.27 |
| Hex | 32 | 2A | 5F | 2F | 38 | 0 | 3F | F9 | 27 | 1B |
| Octal | 62 | 52 | 137 | 57 | 70 | 0 | 77 | 371 | 47 | 33 |
| Binary | 110010 | 101010 | 1011111 | 101111 | 111000 | 0 | 111111 | 11111001 | 100111 | 11011 |
Color Harmonies of #322A5F
Complementary color
Monochromatic Colors of #322A5F
Black with #322A5F
Text Example
Text Example
White with #322A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A5F; }
p { color: rgb(50,42,95); }
H1.HeaderClassName
{
color: #322A5F;
}
.AnyTagClassName
{
color: #322A5F;
}
</style>
background-color css
<style>
a { background-color: #322A5F; }
a { background-color: rgb(50,42,95); }
div.DivClassName
{
background-color: #322A5F;
}
.BgClassName
{
background-color: #322A5F;
}
</style>
border-color css
<style>
span { border-color: #322A5F; }
span { border-color: rgb(50,42,95); }
td.TdClassName
{
border-color: #322A5F;
}
.TagClassName
{
border-color: #322A5F;
}
</style>