Shades of Paris M #312E5D
Tints of Paris M #312E5D
RGB
CMYK
RGB Variations
Color information
#312E5D (or 0x312E5D) is known color: Paris M. HEX triplet: 31, 2E and 5D. RGB value is (49,46,93). Sum of RGB (Red+Green+Blue) = 49+46+93=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 46 (18.36% from 255 or 24.47% 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 #312E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E5D is #CED1A2. Grayscale: #343434. Windows color (decimal): -13554083 or 6106673. OLE color: 6106673.
HSL color Cylindrical-coordinate representation of color #312E5D: hue angle of 243.83º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312E5D is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 46 | 93 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.64 |
| HSL | 243.83º | 0.34% | 0.27% | - |
| HSV(B) | 243.83º | 0.51% | 0.36% | - |
| XYZ | 4.22 | 3.4 | 10.79 | - |
| YUV | 52.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 93 | 0.47 | 0.51 | 0 | 0.64 | 243.83 | 0.34 | 0.27 |
| Hex | 31 | 2E | 5D | 2F | 33 | 0 | 40 | F4 | 22 | 1B |
| Octal | 61 | 56 | 135 | 57 | 63 | 0 | 100 | 364 | 42 | 33 |
| Binary | 110001 | 101110 | 1011101 | 101111 | 110011 | 0 | 1000000 | 11110100 | 100010 | 11011 |
Color Harmonies of #312E5D
Complementary color
Monochromatic Colors of #312E5D
Black with #312E5D
Text Example
Text Example
White with #312E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E5D; }
p { color: rgb(49,46,93); }
H1.HeaderClassName
{
color: #312E5D;
}
.AnyTagClassName
{
color: #312E5D;
}
</style>
background-color css
<style>
a { background-color: #312E5D; }
a { background-color: rgb(49,46,93); }
div.DivClassName
{
background-color: #312E5D;
}
.BgClassName
{
background-color: #312E5D;
}
</style>
border-color css
<style>
span { border-color: #312E5D; }
span { border-color: rgb(49,46,93); }
td.TdClassName
{
border-color: #312E5D;
}
.TagClassName
{
border-color: #312E5D;
}
</style>