Shades of Paris M #312365
Tints of Paris M #312365
RGB
CMYK
RGB Variations
Color information
#312365 (or 0x312365) is known color: Paris M. HEX triplet: 31, 23 and 65. RGB value is (49,35,101). Sum of RGB (Red+Green+Blue) = 49+35+101=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #312365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312365 is #CEDC9A. Grayscale: #2E2E2E. Windows color (decimal): -13556891 or 6628145. OLE color: 6628145.
HSL color Cylindrical-coordinate representation of color #312365: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312365 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 35 | 101 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.60 |
| HSL | 252.73º | 0.49% | 0.27% | - |
| HSV(B) | 252.73º | 0.65% | 0.4% | - |
| XYZ | 4.22 | 2.79 | 12.63 | - |
| YUV | 46.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 101 | 0.51 | 0.65 | 0 | 0.60 | 252.73 | 0.49 | 0.27 |
| Hex | 31 | 23 | 65 | 33 | 41 | 0 | 3C | FD | 31 | 1B |
| Octal | 61 | 43 | 145 | 63 | 101 | 0 | 74 | 375 | 61 | 33 |
| Binary | 110001 | 100011 | 1100101 | 110011 | 1000001 | 0 | 111100 | 11111101 | 110001 | 11011 |
Color Harmonies of #312365
Complementary color
Monochromatic Colors of #312365
Black with #312365
Text Example
Text Example
White with #312365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312365; }
p { color: rgb(49,35,101); }
H1.HeaderClassName
{
color: #312365;
}
.AnyTagClassName
{
color: #312365;
}
</style>
background-color css
<style>
a { background-color: #312365; }
a { background-color: rgb(49,35,101); }
div.DivClassName
{
background-color: #312365;
}
.BgClassName
{
background-color: #312365;
}
</style>
border-color css
<style>
span { border-color: #312365; }
span { border-color: rgb(49,35,101); }
td.TdClassName
{
border-color: #312365;
}
.TagClassName
{
border-color: #312365;
}
</style>