Shades of Paris M #312C5D
Tints of Paris M #312C5D
RGB
CMYK
RGB Variations
Color information
#312C5D (or 0x312C5D) is known color: Paris M. HEX triplet: 31, 2C and 5D. RGB value is (49,44,93). Sum of RGB (Red+Green+Blue) = 49+44+93=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #312C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C5D is #CED3A2. Grayscale: #323232. Windows color (decimal): -13554595 or 6106161. OLE color: 6106161.
HSL color Cylindrical-coordinate representation of color #312C5D: hue angle of 246.12º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312C5D is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 44 | 93 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.64 |
| HSL | 246.12º | 0.36% | 0.27% | - |
| HSV(B) | 246.12º | 0.53% | 0.36% | - |
| XYZ | 4.14 | 3.24 | 10.76 | - |
| YUV | 51.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 93 | 0.47 | 0.53 | 0 | 0.64 | 246.12 | 0.36 | 0.27 |
| Hex | 31 | 2C | 5D | 2F | 35 | 0 | 40 | F6 | 24 | 1B |
| Octal | 61 | 54 | 135 | 57 | 65 | 0 | 100 | 366 | 44 | 33 |
| Binary | 110001 | 101100 | 1011101 | 101111 | 110101 | 0 | 1000000 | 11110110 | 100100 | 11011 |
Color Harmonies of #312C5D
Complementary color
Monochromatic Colors of #312C5D
Black with #312C5D
Text Example
Text Example
White with #312C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C5D; }
p { color: rgb(49,44,93); }
H1.HeaderClassName
{
color: #312C5D;
}
.AnyTagClassName
{
color: #312C5D;
}
</style>
background-color css
<style>
a { background-color: #312C5D; }
a { background-color: rgb(49,44,93); }
div.DivClassName
{
background-color: #312C5D;
}
.BgClassName
{
background-color: #312C5D;
}
</style>
border-color css
<style>
span { border-color: #312C5D; }
span { border-color: rgb(49,44,93); }
td.TdClassName
{
border-color: #312C5D;
}
.TagClassName
{
border-color: #312C5D;
}
</style>