Shades of Paris M #332D5D
Tints of Paris M #332D5D
RGB
CMYK
RGB Variations
Color information
#332D5D (or 0x332D5D) is known color: Paris M. HEX triplet: 33, 2D and 5D. RGB value is (51,45,93). Sum of RGB (Red+Green+Blue) = 51+45+93=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #332D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D5D is #CCD2A2. Grayscale: #343434. Windows color (decimal): -13423267 or 6106419. OLE color: 6106419.
HSL color Cylindrical-coordinate representation of color #332D5D: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332D5D is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 45 | 93 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.64 |
| HSL | 247.5º | 0.35% | 0.27% | - |
| HSV(B) | 247.5º | 0.52% | 0.36% | - |
| XYZ | 4.28 | 3.37 | 10.78 | - |
| YUV | 52.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 93 | 0.45 | 0.52 | 0 | 0.64 | 247.5 | 0.35 | 0.27 |
| Hex | 33 | 2D | 5D | 2D | 34 | 0 | 40 | F8 | 23 | 1B |
| Octal | 63 | 55 | 135 | 55 | 64 | 0 | 100 | 370 | 43 | 33 |
| Binary | 110011 | 101101 | 1011101 | 101101 | 110100 | 0 | 1000000 | 11111000 | 100011 | 11011 |
Color Harmonies of #332D5D
Complementary color
Monochromatic Colors of #332D5D
Black with #332D5D
Text Example
Text Example
White with #332D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D5D; }
p { color: rgb(51,45,93); }
H1.HeaderClassName
{
color: #332D5D;
}
.AnyTagClassName
{
color: #332D5D;
}
</style>
background-color css
<style>
a { background-color: #332D5D; }
a { background-color: rgb(51,45,93); }
div.DivClassName
{
background-color: #332D5D;
}
.BgClassName
{
background-color: #332D5D;
}
</style>
border-color css
<style>
span { border-color: #332D5D; }
span { border-color: rgb(51,45,93); }
td.TdClassName
{
border-color: #332D5D;
}
.TagClassName
{
border-color: #332D5D;
}
</style>