Shades of Paris M #37295D
Tints of Paris M #37295D
RGB
CMYK
RGB Variations
Color information
#37295D (or 0x37295D) is known color: Paris M. HEX triplet: 37, 29 and 5D. RGB value is (55,41,93). Sum of RGB (Red+Green+Blue) = 55+41+93=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 41 (16.41% from 255 or 21.69% 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 #37295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37295D is #C8D6A2. Grayscale: #323232. Windows color (decimal): -13162147 or 6105399. OLE color: 6105399.
HSL color Cylindrical-coordinate representation of color #37295D: hue angle of 256.15º 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 #37295D is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 41 | 93 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.64 |
| HSL | 256.15º | 0.39% | 0.26% | - |
| HSV(B) | 256.15º | 0.56% | 0.36% | - |
| XYZ | 4.34 | 3.19 | 10.74 | - |
| YUV | 51.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 93 | 0.41 | 0.56 | 0 | 0.64 | 256.15 | 0.39 | 0.26 |
| Hex | 37 | 29 | 5D | 29 | 38 | 0 | 40 | 100 | 27 | 1A |
| Octal | 67 | 51 | 135 | 51 | 70 | 0 | 100 | 400 | 47 | 32 |
| Binary | 110111 | 101001 | 1011101 | 101001 | 111000 | 0 | 1000000 | 100000000 | 100111 | 11010 |
Color Harmonies of #37295D
Complementary color
Monochromatic Colors of #37295D
Black with #37295D
Text Example
Text Example
White with #37295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37295D; }
p { color: rgb(55,41,93); }
H1.HeaderClassName
{
color: #37295D;
}
.AnyTagClassName
{
color: #37295D;
}
</style>
background-color css
<style>
a { background-color: #37295D; }
a { background-color: rgb(55,41,93); }
div.DivClassName
{
background-color: #37295D;
}
.BgClassName
{
background-color: #37295D;
}
</style>
border-color css
<style>
span { border-color: #37295D; }
span { border-color: rgb(55,41,93); }
td.TdClassName
{
border-color: #37295D;
}
.TagClassName
{
border-color: #37295D;
}
</style>