Shades of Paris M #332265
Tints of Paris M #332265
RGB
CMYK
RGB Variations
Color information
#332265 (or 0x332265) is known color: Paris M. HEX triplet: 33, 22 and 65. RGB value is (51,34,101). Sum of RGB (Red+Green+Blue) = 51+34+101=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #332265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332265 is #CCDD9A. Grayscale: #2E2E2E. Windows color (decimal): -13426075 or 6627891. OLE color: 6627891.
HSL color Cylindrical-coordinate representation of color #332265: hue angle of 255.22º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332265 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 34 | 101 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.60 |
| HSL | 255.22º | 0.5% | 0.26% | - |
| HSV(B) | 255.22º | 0.66% | 0.4% | - |
| XYZ | 4.29 | 2.79 | 12.62 | - |
| YUV | 46.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 101 | 0.50 | 0.66 | 0 | 0.60 | 255.22 | 0.5 | 0.26 |
| Hex | 33 | 22 | 65 | 32 | 42 | 0 | 3C | FF | 32 | 1A |
| Octal | 63 | 42 | 145 | 62 | 102 | 0 | 74 | 377 | 62 | 32 |
| Binary | 110011 | 100010 | 1100101 | 110010 | 1000010 | 0 | 111100 | 11111111 | 110010 | 11010 |
Color Harmonies of #332265
Complementary color
Monochromatic Colors of #332265
Black with #332265
Text Example
Text Example
White with #332265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332265; }
p { color: rgb(51,34,101); }
H1.HeaderClassName
{
color: #332265;
}
.AnyTagClassName
{
color: #332265;
}
</style>
background-color css
<style>
a { background-color: #332265; }
a { background-color: rgb(51,34,101); }
div.DivClassName
{
background-color: #332265;
}
.BgClassName
{
background-color: #332265;
}
</style>
border-color css
<style>
span { border-color: #332265; }
span { border-color: rgb(51,34,101); }
td.TdClassName
{
border-color: #332265;
}
.TagClassName
{
border-color: #332265;
}
</style>