Shades of Paris M #312A59
Tints of Paris M #312A59
RGB
CMYK
RGB Variations
Color information
#312A59 (or 0x312A59) is known color: Paris M. HEX triplet: 31, 2A and 59. RGB value is (49,42,89). Sum of RGB (Red+Green+Blue) = 49+42+89=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #312A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A59 is #CED5A6. Grayscale: #313131. Windows color (decimal): -13555111 or 5843505. OLE color: 5843505.
HSL color Cylindrical-coordinate representation of color #312A59: hue angle of 248.94º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312A59 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 42 | 89 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.65 |
| HSL | 248.94º | 0.36% | 0.26% | - |
| HSV(B) | 248.94º | 0.53% | 0.35% | - |
| XYZ | 3.9 | 3.03 | 9.83 | - |
| YUV | 49.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 89 | 0.45 | 0.53 | 0 | 0.65 | 248.94 | 0.36 | 0.26 |
| Hex | 31 | 2A | 59 | 2D | 35 | 0 | 41 | F9 | 24 | 1A |
| Octal | 61 | 52 | 131 | 55 | 65 | 0 | 101 | 371 | 44 | 32 |
| Binary | 110001 | 101010 | 1011001 | 101101 | 110101 | 0 | 1000001 | 11111001 | 100100 | 11010 |
Color Harmonies of #312A59
Complementary color
Monochromatic Colors of #312A59
Black with #312A59
Text Example
Text Example
White with #312A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A59; }
p { color: rgb(49,42,89); }
H1.HeaderClassName
{
color: #312A59;
}
.AnyTagClassName
{
color: #312A59;
}
</style>
background-color css
<style>
a { background-color: #312A59; }
a { background-color: rgb(49,42,89); }
div.DivClassName
{
background-color: #312A59;
}
.BgClassName
{
background-color: #312A59;
}
</style>
border-color css
<style>
span { border-color: #312A59; }
span { border-color: rgb(49,42,89); }
td.TdClassName
{
border-color: #312A59;
}
.TagClassName
{
border-color: #312A59;
}
</style>