Shades of Paris M #36295D
Tints of Paris M #36295D
RGB
CMYK
RGB Variations
Color information
#36295D (or 0x36295D) is known color: Paris M. HEX triplet: 36, 29 and 5D. RGB value is (54,41,93). Sum of RGB (Red+Green+Blue) = 54+41+93=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #36295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36295D is #C9D6A2. Grayscale: #323232. Windows color (decimal): -13227683 or 6105398. OLE color: 6105398.
HSL color Cylindrical-coordinate representation of color #36295D: hue angle of 255º 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 #36295D is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 41 | 93 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.64 |
| HSL | 255º | 0.39% | 0.26% | - |
| HSV(B) | 255º | 0.56% | 0.36% | - |
| XYZ | 4.29 | 3.16 | 10.74 | - |
| YUV | 50.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 93 | 0.42 | 0.56 | 0 | 0.64 | 255 | 0.39 | 0.26 |
| Hex | 36 | 29 | 5D | 2A | 38 | 0 | 40 | FF | 27 | 1A |
| Octal | 66 | 51 | 135 | 52 | 70 | 0 | 100 | 377 | 47 | 32 |
| Binary | 110110 | 101001 | 1011101 | 101010 | 111000 | 0 | 1000000 | 11111111 | 100111 | 11010 |
Color Harmonies of #36295D
Complementary color
Monochromatic Colors of #36295D
Black with #36295D
Text Example
Text Example
White with #36295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36295D; }
p { color: rgb(54,41,93); }
H1.HeaderClassName
{
color: #36295D;
}
.AnyTagClassName
{
color: #36295D;
}
</style>
background-color css
<style>
a { background-color: #36295D; }
a { background-color: rgb(54,41,93); }
div.DivClassName
{
background-color: #36295D;
}
.BgClassName
{
background-color: #36295D;
}
</style>
border-color css
<style>
span { border-color: #36295D; }
span { border-color: rgb(54,41,93); }
td.TdClassName
{
border-color: #36295D;
}
.TagClassName
{
border-color: #36295D;
}
</style>