Shades of Paris M #312270
Tints of Paris M #312270
RGB
CMYK
RGB Variations
Color information
#312270 (or 0x312270) is known color: Paris M. HEX triplet: 31, 22 and 70. RGB value is (49,34,112). Sum of RGB (Red+Green+Blue) = 49+34+112=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #312270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312270 is #CEDD8F. Grayscale: #2F2F2F. Windows color (decimal): -13557136 or 7348785. OLE color: 7348785.
HSL color Cylindrical-coordinate representation of color #312270: hue angle of 251.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312270 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 34 | 112 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.56 |
| HSL | 251.54º | 0.53% | 0.29% | - |
| HSV(B) | 251.54º | 0.7% | 0.44% | - |
| XYZ | 4.76 | 2.97 | 15.65 | - |
| YUV | 47.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 112 | 0.56 | 0.70 | 0 | 0.56 | 251.54 | 0.53 | 0.29 |
| Hex | 31 | 22 | 70 | 38 | 46 | 0 | 38 | FC | 35 | 1D |
| Octal | 61 | 42 | 160 | 70 | 106 | 0 | 70 | 374 | 65 | 35 |
| Binary | 110001 | 100010 | 1110000 | 111000 | 1000110 | 0 | 111000 | 11111100 | 110101 | 11101 |
Color Harmonies of #312270
Complementary color
Monochromatic Colors of #312270
Black with #312270
Text Example
Text Example
White with #312270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312270; }
p { color: rgb(49,34,112); }
H1.HeaderClassName
{
color: #312270;
}
.AnyTagClassName
{
color: #312270;
}
</style>
background-color css
<style>
a { background-color: #312270; }
a { background-color: rgb(49,34,112); }
div.DivClassName
{
background-color: #312270;
}
.BgClassName
{
background-color: #312270;
}
</style>
border-color css
<style>
span { border-color: #312270; }
span { border-color: rgb(49,34,112); }
td.TdClassName
{
border-color: #312270;
}
.TagClassName
{
border-color: #312270;
}
</style>