Shades of Paris M #32255B
Tints of Paris M #32255B
RGB
CMYK
RGB Variations
Color information
#32255B (or 0x32255B) is known color: Paris M. HEX triplet: 32, 25 and 5B. RGB value is (50,37,91). Sum of RGB (Red+Green+Blue) = 50+37+91=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #32255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32255B is #CDDAA4. Grayscale: #2E2E2E. Windows color (decimal): -13490853 or 5973298. OLE color: 5973298.
HSL color Cylindrical-coordinate representation of color #32255B: hue angle of 254.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32255B is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 37 | 91 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.64 |
| HSL | 254.44º | 0.42% | 0.25% | - |
| HSV(B) | 254.44º | 0.59% | 0.36% | - |
| XYZ | 3.87 | 2.76 | 10.23 | - |
| YUV | 47.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 91 | 0.45 | 0.59 | 0 | 0.64 | 254.44 | 0.42 | 0.25 |
| Hex | 32 | 25 | 5B | 2D | 3B | 0 | 40 | FE | 2A | 19 |
| Octal | 62 | 45 | 133 | 55 | 73 | 0 | 100 | 376 | 52 | 31 |
| Binary | 110010 | 100101 | 1011011 | 101101 | 111011 | 0 | 1000000 | 11111110 | 101010 | 11001 |
Color Harmonies of #32255B
Complementary color
Monochromatic Colors of #32255B
Black with #32255B
Text Example
Text Example
White with #32255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32255B; }
p { color: rgb(50,37,91); }
H1.HeaderClassName
{
color: #32255B;
}
.AnyTagClassName
{
color: #32255B;
}
</style>
background-color css
<style>
a { background-color: #32255B; }
a { background-color: rgb(50,37,91); }
div.DivClassName
{
background-color: #32255B;
}
.BgClassName
{
background-color: #32255B;
}
</style>
border-color css
<style>
span { border-color: #32255B; }
span { border-color: rgb(50,37,91); }
td.TdClassName
{
border-color: #32255B;
}
.TagClassName
{
border-color: #32255B;
}
</style>