Shades of Paris M #312C60
Tints of Paris M #312C60
RGB
CMYK
RGB Variations
Color information
#312C60 (or 0x312C60) is known color: Paris M. HEX triplet: 31, 2C and 60. RGB value is (49,44,96). Sum of RGB (Red+Green+Blue) = 49+44+96=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #312C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C60 is #CED39F. Grayscale: #333333. Windows color (decimal): -13554592 or 6302769. OLE color: 6302769.
HSL color Cylindrical-coordinate representation of color #312C60: hue angle of 245.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312C60 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 44 | 96 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.62 |
| HSL | 245.77º | 0.37% | 0.27% | - |
| HSV(B) | 245.77º | 0.54% | 0.38% | - |
| XYZ | 4.28 | 3.3 | 11.48 | - |
| YUV | 51.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 96 | 0.49 | 0.54 | 0 | 0.62 | 245.77 | 0.37 | 0.27 |
| Hex | 31 | 2C | 60 | 31 | 36 | 0 | 3E | F6 | 25 | 1B |
| Octal | 61 | 54 | 140 | 61 | 66 | 0 | 76 | 366 | 45 | 33 |
| Binary | 110001 | 101100 | 1100000 | 110001 | 110110 | 0 | 111110 | 11110110 | 100101 | 11011 |
Color Harmonies of #312C60
Complementary color
Monochromatic Colors of #312C60
Black with #312C60
Text Example
Text Example
White with #312C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C60; }
p { color: rgb(49,44,96); }
H1.HeaderClassName
{
color: #312C60;
}
.AnyTagClassName
{
color: #312C60;
}
</style>
background-color css
<style>
a { background-color: #312C60; }
a { background-color: rgb(49,44,96); }
div.DivClassName
{
background-color: #312C60;
}
.BgClassName
{
background-color: #312C60;
}
</style>
border-color css
<style>
span { border-color: #312C60; }
span { border-color: rgb(49,44,96); }
td.TdClassName
{
border-color: #312C60;
}
.TagClassName
{
border-color: #312C60;
}
</style>