Shades of Paris M #322C61
Tints of Paris M #322C61
RGB
CMYK
RGB Variations
Color information
#322C61 (or 0x322C61) is known color: Paris M. HEX triplet: 32, 2C and 61. RGB value is (50,44,97). Sum of RGB (Red+Green+Blue) = 50+44+97=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #322C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C61 is #CDD39E. Grayscale: #333333. Windows color (decimal): -13489055 or 6368306. OLE color: 6368306.
HSL color Cylindrical-coordinate representation of color #322C61: hue angle of 246.79º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322C61 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 44 | 97 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.62 |
| HSL | 246.79º | 0.38% | 0.28% | - |
| HSV(B) | 246.79º | 0.55% | 0.38% | - |
| XYZ | 4.37 | 3.34 | 11.72 | - |
| YUV | 51.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 97 | 0.48 | 0.55 | 0 | 0.62 | 246.79 | 0.38 | 0.28 |
| Hex | 32 | 2C | 61 | 30 | 37 | 0 | 3E | F7 | 26 | 1C |
| Octal | 62 | 54 | 141 | 60 | 67 | 0 | 76 | 367 | 46 | 34 |
| Binary | 110010 | 101100 | 1100001 | 110000 | 110111 | 0 | 111110 | 11110111 | 100110 | 11100 |
Color Harmonies of #322C61
Complementary color
Monochromatic Colors of #322C61
Black with #322C61
Text Example
Text Example
White with #322C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C61; }
p { color: rgb(50,44,97); }
H1.HeaderClassName
{
color: #322C61;
}
.AnyTagClassName
{
color: #322C61;
}
</style>
background-color css
<style>
a { background-color: #322C61; }
a { background-color: rgb(50,44,97); }
div.DivClassName
{
background-color: #322C61;
}
.BgClassName
{
background-color: #322C61;
}
</style>
border-color css
<style>
span { border-color: #322C61; }
span { border-color: rgb(50,44,97); }
td.TdClassName
{
border-color: #322C61;
}
.TagClassName
{
border-color: #322C61;
}
</style>