Shades of Paris M #352C5D
Tints of Paris M #352C5D
RGB
CMYK
RGB Variations
Color information
#352C5D (or 0x352C5D) is known color: Paris M. HEX triplet: 35, 2C and 5D. RGB value is (53,44,93). Sum of RGB (Red+Green+Blue) = 53+44+93=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #352C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C5D is #CAD3A2. Grayscale: #343434. Windows color (decimal): -13292451 or 6106165. OLE color: 6106165.
HSL color Cylindrical-coordinate representation of color #352C5D: hue angle of 251.02º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352C5D is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 44 | 93 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.64 |
| HSL | 251.02º | 0.36% | 0.27% | - |
| HSV(B) | 251.02º | 0.53% | 0.36% | - |
| XYZ | 4.34 | 3.35 | 10.77 | - |
| YUV | 52.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 93 | 0.43 | 0.53 | 0 | 0.64 | 251.02 | 0.36 | 0.27 |
| Hex | 35 | 2C | 5D | 2B | 35 | 0 | 40 | FB | 24 | 1B |
| Octal | 65 | 54 | 135 | 53 | 65 | 0 | 100 | 373 | 44 | 33 |
| Binary | 110101 | 101100 | 1011101 | 101011 | 110101 | 0 | 1000000 | 11111011 | 100100 | 11011 |
Color Harmonies of #352C5D
Complementary color
Monochromatic Colors of #352C5D
Black with #352C5D
Text Example
Text Example
White with #352C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C5D; }
p { color: rgb(53,44,93); }
H1.HeaderClassName
{
color: #352C5D;
}
.AnyTagClassName
{
color: #352C5D;
}
</style>
background-color css
<style>
a { background-color: #352C5D; }
a { background-color: rgb(53,44,93); }
div.DivClassName
{
background-color: #352C5D;
}
.BgClassName
{
background-color: #352C5D;
}
</style>
border-color css
<style>
span { border-color: #352C5D; }
span { border-color: rgb(53,44,93); }
td.TdClassName
{
border-color: #352C5D;
}
.TagClassName
{
border-color: #352C5D;
}
</style>