Shades of Paris M #332959
Tints of Paris M #332959
RGB
CMYK
RGB Variations
Color information
#332959 (or 0x332959) is known color: Paris M. HEX triplet: 33, 29 and 59. RGB value is (51,41,89). Sum of RGB (Red+Green+Blue) = 51+41+89=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #332959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332959 is #CCD6A6. Grayscale: #313131. Windows color (decimal): -13424295 or 5843251. OLE color: 5843251.
HSL color Cylindrical-coordinate representation of color #332959: hue angle of 252.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332959 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 41 | 89 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.65 |
| HSL | 252.5º | 0.37% | 0.25% | - |
| HSV(B) | 252.5º | 0.54% | 0.35% | - |
| XYZ | 3.96 | 3.01 | 9.82 | - |
| YUV | 49.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 89 | 0.43 | 0.54 | 0 | 0.65 | 252.5 | 0.37 | 0.25 |
| Hex | 33 | 29 | 59 | 2B | 36 | 0 | 41 | FD | 25 | 19 |
| Octal | 63 | 51 | 131 | 53 | 66 | 0 | 101 | 375 | 45 | 31 |
| Binary | 110011 | 101001 | 1011001 | 101011 | 110110 | 0 | 1000001 | 11111101 | 100101 | 11001 |
Color Harmonies of #332959
Complementary color
Monochromatic Colors of #332959
Black with #332959
Text Example
Text Example
White with #332959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332959; }
p { color: rgb(51,41,89); }
H1.HeaderClassName
{
color: #332959;
}
.AnyTagClassName
{
color: #332959;
}
</style>
background-color css
<style>
a { background-color: #332959; }
a { background-color: rgb(51,41,89); }
div.DivClassName
{
background-color: #332959;
}
.BgClassName
{
background-color: #332959;
}
</style>
border-color css
<style>
span { border-color: #332959; }
span { border-color: rgb(51,41,89); }
td.TdClassName
{
border-color: #332959;
}
.TagClassName
{
border-color: #332959;
}
</style>