Shades of Paris M #32286D
Tints of Paris M #32286D
RGB
CMYK
RGB Variations
Color information
#32286D (or 0x32286D) is known color: Paris M. HEX triplet: 32, 28 and 6D. RGB value is (50,40,109). Sum of RGB (Red+Green+Blue) = 50+40+109=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #32286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32286D is #CDD792. Grayscale: #323232. Windows color (decimal): -13490067 or 7153714. OLE color: 7153714.
HSL color Cylindrical-coordinate representation of color #32286D: hue angle of 248.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32286D is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 40 | 109 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.57 |
| HSL | 248.7º | 0.46% | 0.29% | - |
| HSV(B) | 248.7º | 0.63% | 0.43% | - |
| XYZ | 4.83 | 3.3 | 14.85 | - |
| YUV | 50.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 109 | 0.54 | 0.63 | 0 | 0.57 | 248.7 | 0.46 | 0.29 |
| Hex | 32 | 28 | 6D | 36 | 3F | 0 | 39 | F9 | 2E | 1D |
| Octal | 62 | 50 | 155 | 66 | 77 | 0 | 71 | 371 | 56 | 35 |
| Binary | 110010 | 101000 | 1101101 | 110110 | 111111 | 0 | 111001 | 11111001 | 101110 | 11101 |
Color Harmonies of #32286D
Complementary color
Monochromatic Colors of #32286D
Black with #32286D
Text Example
Text Example
White with #32286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32286D; }
p { color: rgb(50,40,109); }
H1.HeaderClassName
{
color: #32286D;
}
.AnyTagClassName
{
color: #32286D;
}
</style>
background-color css
<style>
a { background-color: #32286D; }
a { background-color: rgb(50,40,109); }
div.DivClassName
{
background-color: #32286D;
}
.BgClassName
{
background-color: #32286D;
}
</style>
border-color css
<style>
span { border-color: #32286D; }
span { border-color: rgb(50,40,109); }
td.TdClassName
{
border-color: #32286D;
}
.TagClassName
{
border-color: #32286D;
}
</style>