Shades of Paris M #322863
Tints of Paris M #322863
RGB
CMYK
RGB Variations
Color information
#322863 (or 0x322863) is known color: Paris M. HEX triplet: 32, 28 and 63. RGB value is (50,40,99). Sum of RGB (Red+Green+Blue) = 50+40+99=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #322863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322863 is #CDD79C. Grayscale: #313131. Windows color (decimal): -13490077 or 6498354. OLE color: 6498354.
HSL color Cylindrical-coordinate representation of color #322863: hue angle of 250.17º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322863 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 40 | 99 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.61 |
| HSL | 250.17º | 0.42% | 0.27% | - |
| HSV(B) | 250.17º | 0.6% | 0.39% | - |
| XYZ | 4.33 | 3.1 | 12.17 | - |
| YUV | 49.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 99 | 0.49 | 0.60 | 0 | 0.61 | 250.17 | 0.42 | 0.27 |
| Hex | 32 | 28 | 63 | 31 | 3C | 0 | 3D | FA | 2A | 1B |
| Octal | 62 | 50 | 143 | 61 | 74 | 0 | 75 | 372 | 52 | 33 |
| Binary | 110010 | 101000 | 1100011 | 110001 | 111100 | 0 | 111101 | 11111010 | 101010 | 11011 |
Color Harmonies of #322863
Complementary color
Monochromatic Colors of #322863
Black with #322863
Text Example
Text Example
White with #322863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322863; }
p { color: rgb(50,40,99); }
H1.HeaderClassName
{
color: #322863;
}
.AnyTagClassName
{
color: #322863;
}
</style>
background-color css
<style>
a { background-color: #322863; }
a { background-color: rgb(50,40,99); }
div.DivClassName
{
background-color: #322863;
}
.BgClassName
{
background-color: #322863;
}
</style>
border-color css
<style>
span { border-color: #322863; }
span { border-color: rgb(50,40,99); }
td.TdClassName
{
border-color: #322863;
}
.TagClassName
{
border-color: #322863;
}
</style>