Shades of Paris M #32245B
Tints of Paris M #32245B
RGB
CMYK
RGB Variations
Color information
#32245B (or 0x32245B) is known color: Paris M. HEX triplet: 32, 24 and 5B. RGB value is (50,36,91). Sum of RGB (Red+Green+Blue) = 50+36+91=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #32245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32245B is #CDDBA4. Grayscale: #2E2E2E. Windows color (decimal): -13491109 or 5973042. OLE color: 5973042.
HSL color Cylindrical-coordinate representation of color #32245B: hue angle of 255.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32245B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 36 | 91 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.64 |
| HSL | 255.27º | 0.43% | 0.25% | - |
| HSV(B) | 255.27º | 0.6% | 0.36% | - |
| XYZ | 3.83 | 2.7 | 10.22 | - |
| YUV | 46.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 91 | 0.45 | 0.60 | 0 | 0.64 | 255.27 | 0.43 | 0.25 |
| Hex | 32 | 24 | 5B | 2D | 3C | 0 | 40 | FF | 2B | 19 |
| Octal | 62 | 44 | 133 | 55 | 74 | 0 | 100 | 377 | 53 | 31 |
| Binary | 110010 | 100100 | 1011011 | 101101 | 111100 | 0 | 1000000 | 11111111 | 101011 | 11001 |
Color Harmonies of #32245B
Complementary color
Monochromatic Colors of #32245B
Black with #32245B
Text Example
Text Example
White with #32245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32245B; }
p { color: rgb(50,36,91); }
H1.HeaderClassName
{
color: #32245B;
}
.AnyTagClassName
{
color: #32245B;
}
</style>
background-color css
<style>
a { background-color: #32245B; }
a { background-color: rgb(50,36,91); }
div.DivClassName
{
background-color: #32245B;
}
.BgClassName
{
background-color: #32245B;
}
</style>
border-color css
<style>
span { border-color: #32245B; }
span { border-color: rgb(50,36,91); }
td.TdClassName
{
border-color: #32245B;
}
.TagClassName
{
border-color: #32245B;
}
</style>