Shades of Paris M #312D58
Tints of Paris M #312D58
RGB
CMYK
RGB Variations
Color information
#312D58 (or 0x312D58) is known color: Paris M. HEX triplet: 31, 2D and 58. RGB value is (49,45,88). Sum of RGB (Red+Green+Blue) = 49+45+88=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #312D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D58 is #CED2A7. Grayscale: #323232. Windows color (decimal): -13554344 or 5778737. OLE color: 5778737.
HSL color Cylindrical-coordinate representation of color #312D58: hue angle of 245.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312D58 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 45 | 88 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.65 |
| HSL | 245.58º | 0.32% | 0.26% | - |
| HSV(B) | 245.58º | 0.49% | 0.35% | - |
| XYZ | 3.97 | 3.23 | 9.65 | - |
| YUV | 51.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 88 | 0.44 | 0.49 | 0 | 0.65 | 245.58 | 0.32 | 0.26 |
| Hex | 31 | 2D | 58 | 2C | 31 | 0 | 41 | F6 | 20 | 1A |
| Octal | 61 | 55 | 130 | 54 | 61 | 0 | 101 | 366 | 40 | 32 |
| Binary | 110001 | 101101 | 1011000 | 101100 | 110001 | 0 | 1000001 | 11110110 | 100000 | 11010 |
Color Harmonies of #312D58
Complementary color
Monochromatic Colors of #312D58
Black with #312D58
Text Example
Text Example
White with #312D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D58; }
p { color: rgb(49,45,88); }
H1.HeaderClassName
{
color: #312D58;
}
.AnyTagClassName
{
color: #312D58;
}
</style>
background-color css
<style>
a { background-color: #312D58; }
a { background-color: rgb(49,45,88); }
div.DivClassName
{
background-color: #312D58;
}
.BgClassName
{
background-color: #312D58;
}
</style>
border-color css
<style>
span { border-color: #312D58; }
span { border-color: rgb(49,45,88); }
td.TdClassName
{
border-color: #312D58;
}
.TagClassName
{
border-color: #312D58;
}
</style>