Shades of Paris M #312A60
Tints of Paris M #312A60
RGB
CMYK
RGB Variations
Color information
#312A60 (or 0x312A60) is known color: Paris M. HEX triplet: 31, 2A and 60. RGB value is (49,42,96). Sum of RGB (Red+Green+Blue) = 49+42+96=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #312A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A60 is #CED59F. Grayscale: #323232. Windows color (decimal): -13555104 or 6302257. OLE color: 6302257.
HSL color Cylindrical-coordinate representation of color #312A60: hue angle of 247.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312A60 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 42 | 96 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.62 |
| HSL | 247.78º | 0.39% | 0.27% | - |
| HSV(B) | 247.78º | 0.56% | 0.38% | - |
| XYZ | 4.21 | 3.15 | 11.45 | - |
| YUV | 50.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 96 | 0.49 | 0.56 | 0 | 0.62 | 247.78 | 0.39 | 0.27 |
| Hex | 31 | 2A | 60 | 31 | 38 | 0 | 3E | F8 | 27 | 1B |
| Octal | 61 | 52 | 140 | 61 | 70 | 0 | 76 | 370 | 47 | 33 |
| Binary | 110001 | 101010 | 1100000 | 110001 | 111000 | 0 | 111110 | 11111000 | 100111 | 11011 |
Color Harmonies of #312A60
Complementary color
Monochromatic Colors of #312A60
Black with #312A60
Text Example
Text Example
White with #312A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A60; }
p { color: rgb(49,42,96); }
H1.HeaderClassName
{
color: #312A60;
}
.AnyTagClassName
{
color: #312A60;
}
</style>
background-color css
<style>
a { background-color: #312A60; }
a { background-color: rgb(49,42,96); }
div.DivClassName
{
background-color: #312A60;
}
.BgClassName
{
background-color: #312A60;
}
</style>
border-color css
<style>
span { border-color: #312A60; }
span { border-color: rgb(49,42,96); }
td.TdClassName
{
border-color: #312A60;
}
.TagClassName
{
border-color: #312A60;
}
</style>