Shades of Paris M #32285A
Tints of Paris M #32285A
RGB
CMYK
RGB Variations
Color information
#32285A (or 0x32285A) is known color: Paris M. HEX triplet: 32, 28 and 5A. RGB value is (50,40,90). Sum of RGB (Red+Green+Blue) = 50+40+90=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #32285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32285A is #CDD7A5. Grayscale: #303030. Windows color (decimal): -13490086 or 5908530. OLE color: 5908530.
HSL color Cylindrical-coordinate representation of color #32285A: hue angle of 252º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32285A is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 40 | 90 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.65 |
| HSL | 252º | 0.38% | 0.25% | - |
| HSV(B) | 252º | 0.56% | 0.35% | - |
| XYZ | 3.92 | 2.93 | 10.03 | - |
| YUV | 48.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 90 | 0.44 | 0.56 | 0 | 0.65 | 252 | 0.38 | 0.25 |
| Hex | 32 | 28 | 5A | 2C | 38 | 0 | 41 | FC | 26 | 19 |
| Octal | 62 | 50 | 132 | 54 | 70 | 0 | 101 | 374 | 46 | 31 |
| Binary | 110010 | 101000 | 1011010 | 101100 | 111000 | 0 | 1000001 | 11111100 | 100110 | 11001 |
Color Harmonies of #32285A
Complementary color
Monochromatic Colors of #32285A
Black with #32285A
Text Example
Text Example
White with #32285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32285A; }
p { color: rgb(50,40,90); }
H1.HeaderClassName
{
color: #32285A;
}
.AnyTagClassName
{
color: #32285A;
}
</style>
background-color css
<style>
a { background-color: #32285A; }
a { background-color: rgb(50,40,90); }
div.DivClassName
{
background-color: #32285A;
}
.BgClassName
{
background-color: #32285A;
}
</style>
border-color css
<style>
span { border-color: #32285A; }
span { border-color: rgb(50,40,90); }
td.TdClassName
{
border-color: #32285A;
}
.TagClassName
{
border-color: #32285A;
}
</style>