Shades of Paris M #32225D
Tints of Paris M #32225D
RGB
CMYK
RGB Variations
Color information
#32225D (or 0x32225D) is known color: Paris M. HEX triplet: 32, 22 and 5D. RGB value is (50,34,93). Sum of RGB (Red+Green+Blue) = 50+34+93=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #32225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32225D is #CDDDA2. Grayscale: #2D2D2D. Windows color (decimal): -13491619 or 6103602. OLE color: 6103602.
HSL color Cylindrical-coordinate representation of color #32225D: hue angle of 256.27º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32225D is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 34 | 93 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.64 |
| HSL | 256.27º | 0.46% | 0.25% | - |
| HSV(B) | 256.27º | 0.63% | 0.36% | - |
| XYZ | 3.86 | 2.61 | 10.66 | - |
| YUV | 45.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 93 | 0.46 | 0.63 | 0 | 0.64 | 256.27 | 0.46 | 0.25 |
| Hex | 32 | 22 | 5D | 2E | 3F | 0 | 40 | 100 | 2E | 19 |
| Octal | 62 | 42 | 135 | 56 | 77 | 0 | 100 | 400 | 56 | 31 |
| Binary | 110010 | 100010 | 1011101 | 101110 | 111111 | 0 | 1000000 | 100000000 | 101110 | 11001 |
Color Harmonies of #32225D
Complementary color
Monochromatic Colors of #32225D
Black with #32225D
Text Example
Text Example
White with #32225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32225D; }
p { color: rgb(50,34,93); }
H1.HeaderClassName
{
color: #32225D;
}
.AnyTagClassName
{
color: #32225D;
}
</style>
background-color css
<style>
a { background-color: #32225D; }
a { background-color: rgb(50,34,93); }
div.DivClassName
{
background-color: #32225D;
}
.BgClassName
{
background-color: #32225D;
}
</style>
border-color css
<style>
span { border-color: #32225D; }
span { border-color: rgb(50,34,93); }
td.TdClassName
{
border-color: #32225D;
}
.TagClassName
{
border-color: #32225D;
}
</style>