Shades of Paris M #322A6C
Tints of Paris M #322A6C
RGB
CMYK
RGB Variations
Color information
#322A6C (or 0x322A6C) is known color: Paris M. HEX triplet: 32, 2A and 6C. RGB value is (50,42,108). Sum of RGB (Red+Green+Blue) = 50+42+108=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #322A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A6C is #CDD593. Grayscale: #333333. Windows color (decimal): -13489556 or 7088690. OLE color: 7088690.
HSL color Cylindrical-coordinate representation of color #322A6C: hue angle of 247.27º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322A6C is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 42 | 108 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.58 |
| HSL | 247.27º | 0.44% | 0.29% | - |
| HSV(B) | 247.27º | 0.61% | 0.42% | - |
| XYZ | 4.85 | 3.42 | 14.59 | - |
| YUV | 51.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 108 | 0.54 | 0.61 | 0 | 0.58 | 247.27 | 0.44 | 0.29 |
| Hex | 32 | 2A | 6C | 36 | 3D | 0 | 3A | F7 | 2C | 1D |
| Octal | 62 | 52 | 154 | 66 | 75 | 0 | 72 | 367 | 54 | 35 |
| Binary | 110010 | 101010 | 1101100 | 110110 | 111101 | 0 | 111010 | 11110111 | 101100 | 11101 |
Color Harmonies of #322A6C
Complementary color
Monochromatic Colors of #322A6C
Black with #322A6C
Text Example
Text Example
White with #322A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A6C; }
p { color: rgb(50,42,108); }
H1.HeaderClassName
{
color: #322A6C;
}
.AnyTagClassName
{
color: #322A6C;
}
</style>
background-color css
<style>
a { background-color: #322A6C; }
a { background-color: rgb(50,42,108); }
div.DivClassName
{
background-color: #322A6C;
}
.BgClassName
{
background-color: #322A6C;
}
</style>
border-color css
<style>
span { border-color: #322A6C; }
span { border-color: rgb(50,42,108); }
td.TdClassName
{
border-color: #322A6C;
}
.TagClassName
{
border-color: #322A6C;
}
</style>