Shades of Paris M #332865
Tints of Paris M #332865
RGB
CMYK
RGB Variations
Color information
#332865 (or 0x332865) is known color: Paris M. HEX triplet: 33, 28 and 65. RGB value is (51,40,101). Sum of RGB (Red+Green+Blue) = 51+40+101=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #332865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332865 is #CCD79A. Grayscale: #323232. Windows color (decimal): -13424539 or 6629427. OLE color: 6629427.
HSL color Cylindrical-coordinate representation of color #332865: hue angle of 250.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332865 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 40 | 101 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.60 |
| HSL | 250.82º | 0.43% | 0.28% | - |
| HSV(B) | 250.82º | 0.6% | 0.4% | - |
| XYZ | 4.47 | 3.16 | 12.69 | - |
| YUV | 50.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 101 | 0.50 | 0.60 | 0 | 0.60 | 250.82 | 0.43 | 0.28 |
| Hex | 33 | 28 | 65 | 32 | 3C | 0 | 3C | FB | 2B | 1C |
| Octal | 63 | 50 | 145 | 62 | 74 | 0 | 74 | 373 | 53 | 34 |
| Binary | 110011 | 101000 | 1100101 | 110010 | 111100 | 0 | 111100 | 11111011 | 101011 | 11100 |
Color Harmonies of #332865
Complementary color
Monochromatic Colors of #332865
Black with #332865
Text Example
Text Example
White with #332865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332865; }
p { color: rgb(51,40,101); }
H1.HeaderClassName
{
color: #332865;
}
.AnyTagClassName
{
color: #332865;
}
</style>
background-color css
<style>
a { background-color: #332865; }
a { background-color: rgb(51,40,101); }
div.DivClassName
{
background-color: #332865;
}
.BgClassName
{
background-color: #332865;
}
</style>
border-color css
<style>
span { border-color: #332865; }
span { border-color: rgb(51,40,101); }
td.TdClassName
{
border-color: #332865;
}
.TagClassName
{
border-color: #332865;
}
</style>