Shades of Paris M #332169
Tints of Paris M #332169
RGB
CMYK
RGB Variations
Color information
#332169 (or 0x332169) is known color: Paris M. HEX triplet: 33, 21 and 69. RGB value is (51,33,105). Sum of RGB (Red+Green+Blue) = 51+33+105=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #332169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332169 is #CCDE96. Grayscale: #2E2E2E. Windows color (decimal): -13426327 or 6889779. OLE color: 6889779.
HSL color Cylindrical-coordinate representation of color #332169: hue angle of 255º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332169 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 33 | 105 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.59 |
| HSL | 255º | 0.52% | 0.27% | - |
| HSV(B) | 255º | 0.69% | 0.41% | - |
| XYZ | 4.46 | 2.81 | 13.67 | - |
| YUV | 46.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 105 | 0.51 | 0.69 | 0 | 0.59 | 255 | 0.52 | 0.27 |
| Hex | 33 | 21 | 69 | 33 | 45 | 0 | 3B | FF | 34 | 1B |
| Octal | 63 | 41 | 151 | 63 | 105 | 0 | 73 | 377 | 64 | 33 |
| Binary | 110011 | 100001 | 1101001 | 110011 | 1000101 | 0 | 111011 | 11111111 | 110100 | 11011 |
Color Harmonies of #332169
Complementary color
Monochromatic Colors of #332169
Black with #332169
Text Example
Text Example
White with #332169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332169; }
p { color: rgb(51,33,105); }
H1.HeaderClassName
{
color: #332169;
}
.AnyTagClassName
{
color: #332169;
}
</style>
background-color css
<style>
a { background-color: #332169; }
a { background-color: rgb(51,33,105); }
div.DivClassName
{
background-color: #332169;
}
.BgClassName
{
background-color: #332169;
}
</style>
border-color css
<style>
span { border-color: #332169; }
span { border-color: rgb(51,33,105); }
td.TdClassName
{
border-color: #332169;
}
.TagClassName
{
border-color: #332169;
}
</style>