Shades of Paris M #322C5C
Tints of Paris M #322C5C
RGB
CMYK
RGB Variations
Color information
#322C5C (or 0x322C5C) is known color: Paris M. HEX triplet: 32, 2C and 5C. RGB value is (50,44,92). Sum of RGB (Red+Green+Blue) = 50+44+92=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #322C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C5C is #CDD3A3. Grayscale: #333333. Windows color (decimal): -13489060 or 6040626. OLE color: 6040626.
HSL color Cylindrical-coordinate representation of color #322C5C: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322C5C is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 44 | 92 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.64 |
| HSL | 247.5º | 0.35% | 0.27% | - |
| HSV(B) | 247.5º | 0.52% | 0.36% | - |
| XYZ | 4.15 | 3.25 | 10.53 | - |
| YUV | 51.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 92 | 0.46 | 0.52 | 0 | 0.64 | 247.5 | 0.35 | 0.27 |
| Hex | 32 | 2C | 5C | 2E | 34 | 0 | 40 | F8 | 23 | 1B |
| Octal | 62 | 54 | 134 | 56 | 64 | 0 | 100 | 370 | 43 | 33 |
| Binary | 110010 | 101100 | 1011100 | 101110 | 110100 | 0 | 1000000 | 11111000 | 100011 | 11011 |
Color Harmonies of #322C5C
Complementary color
Monochromatic Colors of #322C5C
Black with #322C5C
Text Example
Text Example
White with #322C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C5C; }
p { color: rgb(50,44,92); }
H1.HeaderClassName
{
color: #322C5C;
}
.AnyTagClassName
{
color: #322C5C;
}
</style>
background-color css
<style>
a { background-color: #322C5C; }
a { background-color: rgb(50,44,92); }
div.DivClassName
{
background-color: #322C5C;
}
.BgClassName
{
background-color: #322C5C;
}
</style>
border-color css
<style>
span { border-color: #322C5C; }
span { border-color: rgb(50,44,92); }
td.TdClassName
{
border-color: #322C5C;
}
.TagClassName
{
border-color: #322C5C;
}
</style>