Shades of Paris M #332373
Tints of Paris M #332373
RGB
CMYK
RGB Variations
Color information
#332373 (or 0x332373) is known color: Paris M. HEX triplet: 33, 23 and 73. RGB value is (51,35,115). Sum of RGB (Red+Green+Blue) = 51+35+115=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #332373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332373 is #CCDC8C. Grayscale: #303030. Windows color (decimal): -13425805 or 7545651. OLE color: 7545651.
HSL color Cylindrical-coordinate representation of color #332373: hue angle of 252º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332373 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 35 | 115 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.55 |
| HSL | 252º | 0.53% | 0.29% | - |
| HSV(B) | 252º | 0.7% | 0.45% | - |
| XYZ | 5.06 | 3.14 | 16.56 | - |
| YUV | 48.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 115 | 0.56 | 0.70 | 0 | 0.55 | 252 | 0.53 | 0.29 |
| Hex | 33 | 23 | 73 | 38 | 46 | 0 | 37 | FC | 35 | 1D |
| Octal | 63 | 43 | 163 | 70 | 106 | 0 | 67 | 374 | 65 | 35 |
| Binary | 110011 | 100011 | 1110011 | 111000 | 1000110 | 0 | 110111 | 11111100 | 110101 | 11101 |
Color Harmonies of #332373
Complementary color
Monochromatic Colors of #332373
Black with #332373
Text Example
Text Example
White with #332373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332373; }
p { color: rgb(51,35,115); }
H1.HeaderClassName
{
color: #332373;
}
.AnyTagClassName
{
color: #332373;
}
</style>
background-color css
<style>
a { background-color: #332373; }
a { background-color: rgb(51,35,115); }
div.DivClassName
{
background-color: #332373;
}
.BgClassName
{
background-color: #332373;
}
</style>
border-color css
<style>
span { border-color: #332373; }
span { border-color: rgb(51,35,115); }
td.TdClassName
{
border-color: #332373;
}
.TagClassName
{
border-color: #332373;
}
</style>