Shades of Paris M #32226D
Tints of Paris M #32226D
RGB
CMYK
RGB Variations
Color information
#32226D (or 0x32226D) is known color: Paris M. HEX triplet: 32, 22 and 6D. RGB value is (50,34,109). Sum of RGB (Red+Green+Blue) = 50+34+109=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #32226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32226D is #CDDD92. Grayscale: #2F2F2F. Windows color (decimal): -13491603 or 7152178. OLE color: 7152178.
HSL color Cylindrical-coordinate representation of color #32226D: hue angle of 252.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32226D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 34 | 109 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.57 |
| HSL | 252.8º | 0.52% | 0.28% | - |
| HSV(B) | 252.8º | 0.69% | 0.43% | - |
| XYZ | 4.65 | 2.93 | 14.79 | - |
| YUV | 47.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 109 | 0.54 | 0.69 | 0 | 0.57 | 252.8 | 0.52 | 0.28 |
| Hex | 32 | 22 | 6D | 36 | 45 | 0 | 39 | FD | 34 | 1C |
| Octal | 62 | 42 | 155 | 66 | 105 | 0 | 71 | 375 | 64 | 34 |
| Binary | 110010 | 100010 | 1101101 | 110110 | 1000101 | 0 | 111001 | 11111101 | 110100 | 11100 |
Color Harmonies of #32226D
Complementary color
Monochromatic Colors of #32226D
Black with #32226D
Text Example
Text Example
White with #32226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32226D; }
p { color: rgb(50,34,109); }
H1.HeaderClassName
{
color: #32226D;
}
.AnyTagClassName
{
color: #32226D;
}
</style>
background-color css
<style>
a { background-color: #32226D; }
a { background-color: rgb(50,34,109); }
div.DivClassName
{
background-color: #32226D;
}
.BgClassName
{
background-color: #32226D;
}
</style>
border-color css
<style>
span { border-color: #32226D; }
span { border-color: rgb(50,34,109); }
td.TdClassName
{
border-color: #32226D;
}
.TagClassName
{
border-color: #32226D;
}
</style>