Shades of Paris M #322A58
Tints of Paris M #322A58
RGB
CMYK
RGB Variations
Color information
#322A58 (or 0x322A58) is known color: Paris M. HEX triplet: 32, 2A and 58. RGB value is (50,42,88). Sum of RGB (Red+Green+Blue) = 50+42+88=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #322A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A58 is #CDD5A7. Grayscale: #313131. Windows color (decimal): -13489576 or 5777970. OLE color: 5777970.
HSL color Cylindrical-coordinate representation of color #322A58: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322A58 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 42 | 88 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.65 |
| HSL | 250.43º | 0.35% | 0.25% | - |
| HSV(B) | 250.43º | 0.52% | 0.35% | - |
| XYZ | 3.9 | 3.04 | 9.61 | - |
| YUV | 49.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 88 | 0.43 | 0.52 | 0 | 0.65 | 250.43 | 0.35 | 0.25 |
| Hex | 32 | 2A | 58 | 2B | 34 | 0 | 41 | FA | 23 | 19 |
| Octal | 62 | 52 | 130 | 53 | 64 | 0 | 101 | 372 | 43 | 31 |
| Binary | 110010 | 101010 | 1011000 | 101011 | 110100 | 0 | 1000001 | 11111010 | 100011 | 11001 |
Color Harmonies of #322A58
Complementary color
Monochromatic Colors of #322A58
Black with #322A58
Text Example
Text Example
White with #322A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A58; }
p { color: rgb(50,42,88); }
H1.HeaderClassName
{
color: #322A58;
}
.AnyTagClassName
{
color: #322A58;
}
</style>
background-color css
<style>
a { background-color: #322A58; }
a { background-color: rgb(50,42,88); }
div.DivClassName
{
background-color: #322A58;
}
.BgClassName
{
background-color: #322A58;
}
</style>
border-color css
<style>
span { border-color: #322A58; }
span { border-color: rgb(50,42,88); }
td.TdClassName
{
border-color: #322A58;
}
.TagClassName
{
border-color: #322A58;
}
</style>