Shades of Paris M #332B61
Tints of Paris M #332B61
RGB
CMYK
RGB Variations
Color information
#332B61 (or 0x332B61) is known color: Paris M. HEX triplet: 33, 2B and 61. RGB value is (51,43,97). Sum of RGB (Red+Green+Blue) = 51+43+97=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #332B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B61 is #CCD49E. Grayscale: #333333. Windows color (decimal): -13423775 or 6368051. OLE color: 6368051.
HSL color Cylindrical-coordinate representation of color #332B61: hue angle of 248.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #332B61 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 43 | 97 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.62 |
| HSL | 248.89º | 0.39% | 0.27% | - |
| HSV(B) | 248.89º | 0.56% | 0.38% | - |
| XYZ | 4.39 | 3.29 | 11.71 | - |
| YUV | 51.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 97 | 0.47 | 0.56 | 0 | 0.62 | 248.89 | 0.39 | 0.27 |
| Hex | 33 | 2B | 61 | 2F | 38 | 0 | 3E | F9 | 27 | 1B |
| Octal | 63 | 53 | 141 | 57 | 70 | 0 | 76 | 371 | 47 | 33 |
| Binary | 110011 | 101011 | 1100001 | 101111 | 111000 | 0 | 111110 | 11111001 | 100111 | 11011 |
Color Harmonies of #332B61
Complementary color
Monochromatic Colors of #332B61
Black with #332B61
Text Example
Text Example
White with #332B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B61; }
p { color: rgb(51,43,97); }
H1.HeaderClassName
{
color: #332B61;
}
.AnyTagClassName
{
color: #332B61;
}
</style>
background-color css
<style>
a { background-color: #332B61; }
a { background-color: rgb(51,43,97); }
div.DivClassName
{
background-color: #332B61;
}
.BgClassName
{
background-color: #332B61;
}
</style>
border-color css
<style>
span { border-color: #332B61; }
span { border-color: rgb(51,43,97); }
td.TdClassName
{
border-color: #332B61;
}
.TagClassName
{
border-color: #332B61;
}
</style>