Shades of Paris M #312B59
Tints of Paris M #312B59
RGB
CMYK
RGB Variations
Color information
#312B59 (or 0x312B59) is known color: Paris M. HEX triplet: 31, 2B and 59. RGB value is (49,43,89). Sum of RGB (Red+Green+Blue) = 49+43+89=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #312B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B59 is #CED4A6. Grayscale: #313131. Windows color (decimal): -13554855 or 5843761. OLE color: 5843761.
HSL color Cylindrical-coordinate representation of color #312B59: hue angle of 247.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312B59 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 43 | 89 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.65 |
| HSL | 247.83º | 0.35% | 0.26% | - |
| HSV(B) | 247.83º | 0.52% | 0.35% | - |
| XYZ | 3.93 | 3.1 | 9.84 | - |
| YUV | 50.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 89 | 0.45 | 0.52 | 0 | 0.65 | 247.83 | 0.35 | 0.26 |
| Hex | 31 | 2B | 59 | 2D | 34 | 0 | 41 | F8 | 23 | 1A |
| Octal | 61 | 53 | 131 | 55 | 64 | 0 | 101 | 370 | 43 | 32 |
| Binary | 110001 | 101011 | 1011001 | 101101 | 110100 | 0 | 1000001 | 11111000 | 100011 | 11010 |
Color Harmonies of #312B59
Complementary color
Monochromatic Colors of #312B59
Black with #312B59
Text Example
Text Example
White with #312B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B59; }
p { color: rgb(49,43,89); }
H1.HeaderClassName
{
color: #312B59;
}
.AnyTagClassName
{
color: #312B59;
}
</style>
background-color css
<style>
a { background-color: #312B59; }
a { background-color: rgb(49,43,89); }
div.DivClassName
{
background-color: #312B59;
}
.BgClassName
{
background-color: #312B59;
}
</style>
border-color css
<style>
span { border-color: #312B59; }
span { border-color: rgb(49,43,89); }
td.TdClassName
{
border-color: #312B59;
}
.TagClassName
{
border-color: #312B59;
}
</style>