Shades of Paris M #332D5B
Tints of Paris M #332D5B
RGB
CMYK
RGB Variations
Color information
#332D5B (or 0x332D5B) is known color: Paris M. HEX triplet: 33, 2D and 5B. RGB value is (51,45,91). Sum of RGB (Red+Green+Blue) = 51+45+91=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #332D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D5B is #CCD2A4. Grayscale: #333333. Windows color (decimal): -13423269 or 5975347. OLE color: 5975347.
HSL color Cylindrical-coordinate representation of color #332D5B: hue angle of 247.83º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332D5B is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 45 | 91 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.64 |
| HSL | 247.83º | 0.34% | 0.27% | - |
| HSV(B) | 247.83º | 0.51% | 0.36% | - |
| XYZ | 4.19 | 3.34 | 10.32 | - |
| YUV | 52.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 91 | 0.44 | 0.51 | 0 | 0.64 | 247.83 | 0.34 | 0.27 |
| Hex | 33 | 2D | 5B | 2C | 33 | 0 | 40 | F8 | 22 | 1B |
| Octal | 63 | 55 | 133 | 54 | 63 | 0 | 100 | 370 | 42 | 33 |
| Binary | 110011 | 101101 | 1011011 | 101100 | 110011 | 0 | 1000000 | 11111000 | 100010 | 11011 |
Color Harmonies of #332D5B
Complementary color
Monochromatic Colors of #332D5B
Black with #332D5B
Text Example
Text Example
White with #332D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D5B; }
p { color: rgb(51,45,91); }
H1.HeaderClassName
{
color: #332D5B;
}
.AnyTagClassName
{
color: #332D5B;
}
</style>
background-color css
<style>
a { background-color: #332D5B; }
a { background-color: rgb(51,45,91); }
div.DivClassName
{
background-color: #332D5B;
}
.BgClassName
{
background-color: #332D5B;
}
</style>
border-color css
<style>
span { border-color: #332D5B; }
span { border-color: rgb(51,45,91); }
td.TdClassName
{
border-color: #332D5B;
}
.TagClassName
{
border-color: #332D5B;
}
</style>