Shades of Paris M #37315F
Tints of Paris M #37315F
RGB
CMYK
RGB Variations
Color information
#37315F (or 0x37315F) is known color: Paris M. HEX triplet: 37, 31 and 5F. RGB value is (55,49,95). Sum of RGB (Red+Green+Blue) = 55+49+95=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #37315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315F is #C8CEA0. Grayscale: #373737. Windows color (decimal): -13160097 or 6238519. OLE color: 6238519.
HSL color Cylindrical-coordinate representation of color #37315F: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37315F is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 49 | 95 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.63 |
| HSL | 247.83º | 0.32% | 0.28% | - |
| HSV(B) | 247.83º | 0.48% | 0.37% | - |
| XYZ | 4.74 | 3.84 | 11.32 | - |
| YUV | 56.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 95 | 0.42 | 0.48 | 0 | 0.63 | 247.83 | 0.32 | 0.28 |
| Hex | 37 | 31 | 5F | 2A | 30 | 0 | 3F | F8 | 20 | 1C |
| Octal | 67 | 61 | 137 | 52 | 60 | 0 | 77 | 370 | 40 | 34 |
| Binary | 110111 | 110001 | 1011111 | 101010 | 110000 | 0 | 111111 | 11111000 | 100000 | 11100 |
Color Harmonies of #37315F
Complementary color
Monochromatic Colors of #37315F
Black with #37315F
Text Example
Text Example
White with #37315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37315F; }
p { color: rgb(55,49,95); }
H1.HeaderClassName
{
color: #37315F;
}
.AnyTagClassName
{
color: #37315F;
}
</style>
background-color css
<style>
a { background-color: #37315F; }
a { background-color: rgb(55,49,95); }
div.DivClassName
{
background-color: #37315F;
}
.BgClassName
{
background-color: #37315F;
}
</style>
border-color css
<style>
span { border-color: #37315F; }
span { border-color: rgb(55,49,95); }
td.TdClassName
{
border-color: #37315F;
}
.TagClassName
{
border-color: #37315F;
}
</style>