Shades of Paris M #322366
Tints of Paris M #322366
RGB
CMYK
RGB Variations
Color information
#322366 (or 0x322366) is known color: Paris M. HEX triplet: 32, 23 and 66. RGB value is (50,35,102). Sum of RGB (Red+Green+Blue) = 50+35+102=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #322366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322366 is #CDDC99. Grayscale: #2E2E2E. Windows color (decimal): -13491354 or 6693682. OLE color: 6693682.
HSL color Cylindrical-coordinate representation of color #322366: hue angle of 253.43º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322366 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 35 | 102 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.6 |
| HSL | 253.43º | 0.49% | 0.27% | - |
| HSV(B) | 253.43º | 0.66% | 0.4% | - |
| XYZ | 4.31 | 2.84 | 12.89 | - |
| YUV | 47.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 102 | 0.51 | 0.66 | 0 | 0.6 | 253.43 | 0.49 | 0.27 |
| Hex | 32 | 23 | 66 | 33 | 42 | 0 | 3C | FD | 31 | 1B |
| Octal | 62 | 43 | 146 | 63 | 102 | 0 | 74 | 375 | 61 | 33 |
| Binary | 110010 | 100011 | 1100110 | 110011 | 1000010 | 0 | 111100 | 11111101 | 110001 | 11011 |
Color Harmonies of #322366
Complementary color
Monochromatic Colors of #322366
Black with #322366
Text Example
Text Example
White with #322366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322366; }
p { color: rgb(50,35,102); }
H1.HeaderClassName
{
color: #322366;
}
.AnyTagClassName
{
color: #322366;
}
</style>
background-color css
<style>
a { background-color: #322366; }
a { background-color: rgb(50,35,102); }
div.DivClassName
{
background-color: #322366;
}
.BgClassName
{
background-color: #322366;
}
</style>
border-color css
<style>
span { border-color: #322366; }
span { border-color: rgb(50,35,102); }
td.TdClassName
{
border-color: #322366;
}
.TagClassName
{
border-color: #322366;
}
</style>