Shades of Paris M #352C5B
Tints of Paris M #352C5B
RGB
CMYK
RGB Variations
Color information
#352C5B (or 0x352C5B) is known color: Paris M. HEX triplet: 35, 2C and 5B. RGB value is (53,44,91). Sum of RGB (Red+Green+Blue) = 53+44+91=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #352C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C5B is #CAD3A4. Grayscale: #333333. Windows color (decimal): -13292453 or 5975093. OLE color: 5975093.
HSL color Cylindrical-coordinate representation of color #352C5B: hue angle of 251.49º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #352C5B is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 44 | 91 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.64 |
| HSL | 251.49º | 0.35% | 0.26% | - |
| HSV(B) | 251.49º | 0.52% | 0.36% | - |
| XYZ | 4.26 | 3.31 | 10.31 | - |
| YUV | 52.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 91 | 0.42 | 0.52 | 0 | 0.64 | 251.49 | 0.35 | 0.26 |
| Hex | 35 | 2C | 5B | 2A | 34 | 0 | 40 | FB | 23 | 1A |
| Octal | 65 | 54 | 133 | 52 | 64 | 0 | 100 | 373 | 43 | 32 |
| Binary | 110101 | 101100 | 1011011 | 101010 | 110100 | 0 | 1000000 | 11111011 | 100011 | 11010 |
Color Harmonies of #352C5B
Complementary color
Monochromatic Colors of #352C5B
Black with #352C5B
Text Example
Text Example
White with #352C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C5B; }
p { color: rgb(53,44,91); }
H1.HeaderClassName
{
color: #352C5B;
}
.AnyTagClassName
{
color: #352C5B;
}
</style>
background-color css
<style>
a { background-color: #352C5B; }
a { background-color: rgb(53,44,91); }
div.DivClassName
{
background-color: #352C5B;
}
.BgClassName
{
background-color: #352C5B;
}
</style>
border-color css
<style>
span { border-color: #352C5B; }
span { border-color: rgb(53,44,91); }
td.TdClassName
{
border-color: #352C5B;
}
.TagClassName
{
border-color: #352C5B;
}
</style>