Shades of Paris M #322C5D
Tints of Paris M #322C5D
RGB
CMYK
RGB Variations
Color information
#322C5D (or 0x322C5D) is known color: Paris M. HEX triplet: 32, 2C and 5D. RGB value is (50,44,93). Sum of RGB (Red+Green+Blue) = 50+44+93=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #322C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C5D is #CDD3A2. Grayscale: #333333. Windows color (decimal): -13489059 or 6106162. OLE color: 6106162.
HSL color Cylindrical-coordinate representation of color #322C5D: hue angle of 247.35º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322C5D is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 44 | 93 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.64 |
| HSL | 247.35º | 0.36% | 0.27% | - |
| HSV(B) | 247.35º | 0.53% | 0.36% | - |
| XYZ | 4.19 | 3.27 | 10.77 | - |
| YUV | 51.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 93 | 0.46 | 0.53 | 0 | 0.64 | 247.35 | 0.36 | 0.27 |
| Hex | 32 | 2C | 5D | 2E | 35 | 0 | 40 | F7 | 24 | 1B |
| Octal | 62 | 54 | 135 | 56 | 65 | 0 | 100 | 367 | 44 | 33 |
| Binary | 110010 | 101100 | 1011101 | 101110 | 110101 | 0 | 1000000 | 11110111 | 100100 | 11011 |
Color Harmonies of #322C5D
Complementary color
Monochromatic Colors of #322C5D
Black with #322C5D
Text Example
Text Example
White with #322C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C5D; }
p { color: rgb(50,44,93); }
H1.HeaderClassName
{
color: #322C5D;
}
.AnyTagClassName
{
color: #322C5D;
}
</style>
background-color css
<style>
a { background-color: #322C5D; }
a { background-color: rgb(50,44,93); }
div.DivClassName
{
background-color: #322C5D;
}
.BgClassName
{
background-color: #322C5D;
}
</style>
border-color css
<style>
span { border-color: #322C5D; }
span { border-color: rgb(50,44,93); }
td.TdClassName
{
border-color: #322C5D;
}
.TagClassName
{
border-color: #322C5D;
}
</style>