Shades of Paris M #32286C
Tints of Paris M #32286C
RGB
CMYK
RGB Variations
Color information
#32286C (or 0x32286C) is known color: Paris M. HEX triplet: 32, 28 and 6C. RGB value is (50,40,108). Sum of RGB (Red+Green+Blue) = 50+40+108=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #32286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32286C is #CDD793. Grayscale: #323232. Windows color (decimal): -13490068 or 7088178. OLE color: 7088178.
HSL color Cylindrical-coordinate representation of color #32286C: hue angle of 248.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32286C is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 40 | 108 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.58 |
| HSL | 248.82º | 0.46% | 0.29% | - |
| HSV(B) | 248.82º | 0.63% | 0.42% | - |
| XYZ | 4.78 | 3.28 | 14.57 | - |
| YUV | 50.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 108 | 0.54 | 0.63 | 0 | 0.58 | 248.82 | 0.46 | 0.29 |
| Hex | 32 | 28 | 6C | 36 | 3F | 0 | 3A | F9 | 2E | 1D |
| Octal | 62 | 50 | 154 | 66 | 77 | 0 | 72 | 371 | 56 | 35 |
| Binary | 110010 | 101000 | 1101100 | 110110 | 111111 | 0 | 111010 | 11111001 | 101110 | 11101 |
Color Harmonies of #32286C
Complementary color
Monochromatic Colors of #32286C
Black with #32286C
Text Example
Text Example
White with #32286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32286C; }
p { color: rgb(50,40,108); }
H1.HeaderClassName
{
color: #32286C;
}
.AnyTagClassName
{
color: #32286C;
}
</style>
background-color css
<style>
a { background-color: #32286C; }
a { background-color: rgb(50,40,108); }
div.DivClassName
{
background-color: #32286C;
}
.BgClassName
{
background-color: #32286C;
}
</style>
border-color css
<style>
span { border-color: #32286C; }
span { border-color: rgb(50,40,108); }
td.TdClassName
{
border-color: #32286C;
}
.TagClassName
{
border-color: #32286C;
}
</style>