Shades of Paris M #322C65
Tints of Paris M #322C65
RGB
CMYK
RGB Variations
Color information
#322C65 (or 0x322C65) is known color: Paris M. HEX triplet: 32, 2C and 65. RGB value is (50,44,101). Sum of RGB (Red+Green+Blue) = 50+44+101=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #322C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C65 is #CDD39A. Grayscale: #343434. Windows color (decimal): -13489051 or 6630450. OLE color: 6630450.
HSL color Cylindrical-coordinate representation of color #322C65: hue angle of 246.32º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322C65 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 44 | 101 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.60 |
| HSL | 246.32º | 0.39% | 0.28% | - |
| HSV(B) | 246.32º | 0.56% | 0.4% | - |
| XYZ | 4.57 | 3.42 | 12.73 | - |
| YUV | 52.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 101 | 0.50 | 0.56 | 0 | 0.60 | 246.32 | 0.39 | 0.28 |
| Hex | 32 | 2C | 65 | 32 | 38 | 0 | 3C | F6 | 27 | 1C |
| Octal | 62 | 54 | 145 | 62 | 70 | 0 | 74 | 366 | 47 | 34 |
| Binary | 110010 | 101100 | 1100101 | 110010 | 111000 | 0 | 111100 | 11110110 | 100111 | 11100 |
Color Harmonies of #322C65
Complementary color
Monochromatic Colors of #322C65
Black with #322C65
Text Example
Text Example
White with #322C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C65; }
p { color: rgb(50,44,101); }
H1.HeaderClassName
{
color: #322C65;
}
.AnyTagClassName
{
color: #322C65;
}
</style>
background-color css
<style>
a { background-color: #322C65; }
a { background-color: rgb(50,44,101); }
div.DivClassName
{
background-color: #322C65;
}
.BgClassName
{
background-color: #322C65;
}
</style>
border-color css
<style>
span { border-color: #322C65; }
span { border-color: rgb(50,44,101); }
td.TdClassName
{
border-color: #322C65;
}
.TagClassName
{
border-color: #322C65;
}
</style>