Shades of Paris M #322C62
Tints of Paris M #322C62
RGB
CMYK
RGB Variations
Color information
#322C62 (or 0x322C62) is known color: Paris M. HEX triplet: 32, 2C and 62. RGB value is (50,44,98). Sum of RGB (Red+Green+Blue) = 50+44+98=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #322C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C62 is #CDD39D. Grayscale: #333333. Windows color (decimal): -13489054 or 6433842. OLE color: 6433842.
HSL color Cylindrical-coordinate representation of color #322C62: hue angle of 246.67º 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 #322C62 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 44 | 98 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.62 |
| HSL | 246.67º | 0.38% | 0.28% | - |
| HSV(B) | 246.67º | 0.55% | 0.38% | - |
| XYZ | 4.42 | 3.36 | 11.97 | - |
| YUV | 51.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 98 | 0.49 | 0.55 | 0 | 0.62 | 246.67 | 0.38 | 0.28 |
| Hex | 32 | 2C | 62 | 31 | 37 | 0 | 3E | F7 | 26 | 1C |
| Octal | 62 | 54 | 142 | 61 | 67 | 0 | 76 | 367 | 46 | 34 |
| Binary | 110010 | 101100 | 1100010 | 110001 | 110111 | 0 | 111110 | 11110111 | 100110 | 11100 |
Color Harmonies of #322C62
Complementary color
Monochromatic Colors of #322C62
Black with #322C62
Text Example
Text Example
White with #322C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C62; }
p { color: rgb(50,44,98); }
H1.HeaderClassName
{
color: #322C62;
}
.AnyTagClassName
{
color: #322C62;
}
</style>
background-color css
<style>
a { background-color: #322C62; }
a { background-color: rgb(50,44,98); }
div.DivClassName
{
background-color: #322C62;
}
.BgClassName
{
background-color: #322C62;
}
</style>
border-color css
<style>
span { border-color: #322C62; }
span { border-color: rgb(50,44,98); }
td.TdClassName
{
border-color: #322C62;
}
.TagClassName
{
border-color: #322C62;
}
</style>