Shades of Paris M #312366
Tints of Paris M #312366
RGB
CMYK
RGB Variations
Color information
#312366 (or 0x312366) is known color: Paris M. HEX triplet: 31, 23 and 66. RGB value is (49,35,102). Sum of RGB (Red+Green+Blue) = 49+35+102=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #312366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312366 is #CEDC99. Grayscale: #2E2E2E. Windows color (decimal): -13556890 or 6693681. OLE color: 6693681.
HSL color Cylindrical-coordinate representation of color #312366: hue angle of 252.54º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312366 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 35 | 102 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.6 |
| HSL | 252.54º | 0.49% | 0.27% | - |
| HSV(B) | 252.54º | 0.66% | 0.4% | - |
| XYZ | 4.27 | 2.81 | 12.89 | - |
| YUV | 46.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 102 | 0.52 | 0.66 | 0 | 0.6 | 252.54 | 0.49 | 0.27 |
| Hex | 31 | 23 | 66 | 34 | 42 | 0 | 3C | FD | 31 | 1B |
| Octal | 61 | 43 | 146 | 64 | 102 | 0 | 74 | 375 | 61 | 33 |
| Binary | 110001 | 100011 | 1100110 | 110100 | 1000010 | 0 | 111100 | 11111101 | 110001 | 11011 |
Color Harmonies of #312366
Complementary color
Monochromatic Colors of #312366
Black with #312366
Text Example
Text Example
White with #312366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312366; }
p { color: rgb(49,35,102); }
H1.HeaderClassName
{
color: #312366;
}
.AnyTagClassName
{
color: #312366;
}
</style>
background-color css
<style>
a { background-color: #312366; }
a { background-color: rgb(49,35,102); }
div.DivClassName
{
background-color: #312366;
}
.BgClassName
{
background-color: #312366;
}
</style>
border-color css
<style>
span { border-color: #312366; }
span { border-color: rgb(49,35,102); }
td.TdClassName
{
border-color: #312366;
}
.TagClassName
{
border-color: #312366;
}
</style>