Shades of Paris M #332564
Tints of Paris M #332564
RGB
CMYK
RGB Variations
Color information
#332564 (or 0x332564) is known color: Paris M. HEX triplet: 33, 25 and 64. RGB value is (51,37,100). Sum of RGB (Red+Green+Blue) = 51+37+100=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #332564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332564 is #CCDA9B. Grayscale: #303030. Windows color (decimal): -13425308 or 6563123. OLE color: 6563123.
HSL color Cylindrical-coordinate representation of color #332564: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332564 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 37 | 100 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.61 |
| HSL | 253.33º | 0.46% | 0.27% | - |
| HSV(B) | 253.33º | 0.63% | 0.39% | - |
| XYZ | 4.33 | 2.95 | 12.4 | - |
| YUV | 48.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 100 | 0.49 | 0.63 | 0 | 0.61 | 253.33 | 0.46 | 0.27 |
| Hex | 33 | 25 | 64 | 31 | 3F | 0 | 3D | FD | 2E | 1B |
| Octal | 63 | 45 | 144 | 61 | 77 | 0 | 75 | 375 | 56 | 33 |
| Binary | 110011 | 100101 | 1100100 | 110001 | 111111 | 0 | 111101 | 11111101 | 101110 | 11011 |
Color Harmonies of #332564
Complementary color
Monochromatic Colors of #332564
Black with #332564
Text Example
Text Example
White with #332564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332564; }
p { color: rgb(51,37,100); }
H1.HeaderClassName
{
color: #332564;
}
.AnyTagClassName
{
color: #332564;
}
</style>
background-color css
<style>
a { background-color: #332564; }
a { background-color: rgb(51,37,100); }
div.DivClassName
{
background-color: #332564;
}
.BgClassName
{
background-color: #332564;
}
</style>
border-color css
<style>
span { border-color: #332564; }
span { border-color: rgb(51,37,100); }
td.TdClassName
{
border-color: #332564;
}
.TagClassName
{
border-color: #332564;
}
</style>