Shades of Paris M #35295D
Tints of Paris M #35295D
RGB
CMYK
RGB Variations
Color information
#35295D (or 0x35295D) is known color: Paris M. HEX triplet: 35, 29 and 5D. RGB value is (53,41,93). Sum of RGB (Red+Green+Blue) = 53+41+93=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #35295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35295D is #CAD6A2. Grayscale: #323232. Windows color (decimal): -13293219 or 6105397. OLE color: 6105397.
HSL color Cylindrical-coordinate representation of color #35295D: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35295D is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 41 | 93 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.64 |
| HSL | 253.85º | 0.39% | 0.26% | - |
| HSV(B) | 253.85º | 0.56% | 0.36% | - |
| XYZ | 4.24 | 3.13 | 10.74 | - |
| YUV | 50.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 93 | 0.43 | 0.56 | 0 | 0.64 | 253.85 | 0.39 | 0.26 |
| Hex | 35 | 29 | 5D | 2B | 38 | 0 | 40 | FE | 27 | 1A |
| Octal | 65 | 51 | 135 | 53 | 70 | 0 | 100 | 376 | 47 | 32 |
| Binary | 110101 | 101001 | 1011101 | 101011 | 111000 | 0 | 1000000 | 11111110 | 100111 | 11010 |
Color Harmonies of #35295D
Complementary color
Monochromatic Colors of #35295D
Black with #35295D
Text Example
Text Example
White with #35295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35295D; }
p { color: rgb(53,41,93); }
H1.HeaderClassName
{
color: #35295D;
}
.AnyTagClassName
{
color: #35295D;
}
</style>
background-color css
<style>
a { background-color: #35295D; }
a { background-color: rgb(53,41,93); }
div.DivClassName
{
background-color: #35295D;
}
.BgClassName
{
background-color: #35295D;
}
</style>
border-color css
<style>
span { border-color: #35295D; }
span { border-color: rgb(53,41,93); }
td.TdClassName
{
border-color: #35295D;
}
.TagClassName
{
border-color: #35295D;
}
</style>