Shades of Paris M #332962
Tints of Paris M #332962
RGB
CMYK
RGB Variations
Color information
#332962 (or 0x332962) is known color: Paris M. HEX triplet: 33, 29 and 62. RGB value is (51,41,98). Sum of RGB (Red+Green+Blue) = 51+41+98=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #332962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332962 is #CCD69D. Grayscale: #323232. Windows color (decimal): -13424286 or 6433075. OLE color: 6433075.
HSL color Cylindrical-coordinate representation of color #332962: hue angle of 250.53º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332962 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 41 | 98 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.62 |
| HSL | 250.53º | 0.41% | 0.27% | - |
| HSV(B) | 250.53º | 0.58% | 0.38% | - |
| XYZ | 4.36 | 3.17 | 11.94 | - |
| YUV | 50.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 98 | 0.48 | 0.58 | 0 | 0.62 | 250.53 | 0.41 | 0.27 |
| Hex | 33 | 29 | 62 | 30 | 3A | 0 | 3E | FB | 29 | 1B |
| Octal | 63 | 51 | 142 | 60 | 72 | 0 | 76 | 373 | 51 | 33 |
| Binary | 110011 | 101001 | 1100010 | 110000 | 111010 | 0 | 111110 | 11111011 | 101001 | 11011 |
Color Harmonies of #332962
Complementary color
Monochromatic Colors of #332962
Black with #332962
Text Example
Text Example
White with #332962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332962; }
p { color: rgb(51,41,98); }
H1.HeaderClassName
{
color: #332962;
}
.AnyTagClassName
{
color: #332962;
}
</style>
background-color css
<style>
a { background-color: #332962; }
a { background-color: rgb(51,41,98); }
div.DivClassName
{
background-color: #332962;
}
.BgClassName
{
background-color: #332962;
}
</style>
border-color css
<style>
span { border-color: #332962; }
span { border-color: rgb(51,41,98); }
td.TdClassName
{
border-color: #332962;
}
.TagClassName
{
border-color: #332962;
}
</style>