Shades of Paris M #311F66
Tints of Paris M #311F66
RGB
CMYK
RGB Variations
Color information
#311F66 (or 0x311F66) is known color: Paris M. HEX triplet: 31, 1F and 66. RGB value is (49,31,102). Sum of RGB (Red+Green+Blue) = 49+31+102=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #311F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F66 is #CEE099. Grayscale: #2C2C2C. Windows color (decimal): -13557914 or 6692657. OLE color: 6692657.
HSL color Cylindrical-coordinate representation of color #311F66: hue angle of 255.21º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311F66 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 31 | 102 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.6 |
| HSL | 255.21º | 0.53% | 0.26% | - |
| HSV(B) | 255.21º | 0.7% | 0.4% | - |
| XYZ | 4.15 | 2.59 | 12.85 | - |
| YUV | 44.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 102 | 0.52 | 0.70 | 0 | 0.6 | 255.21 | 0.53 | 0.26 |
| Hex | 31 | 1F | 66 | 34 | 46 | 0 | 3C | FF | 35 | 1A |
| Octal | 61 | 37 | 146 | 64 | 106 | 0 | 74 | 377 | 65 | 32 |
| Binary | 110001 | 11111 | 1100110 | 110100 | 1000110 | 0 | 111100 | 11111111 | 110101 | 11010 |
Color Harmonies of #311F66
Complementary color
Monochromatic Colors of #311F66
Black with #311F66
Text Example
Text Example
White with #311F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F66; }
p { color: rgb(49,31,102); }
H1.HeaderClassName
{
color: #311F66;
}
.AnyTagClassName
{
color: #311F66;
}
</style>
background-color css
<style>
a { background-color: #311F66; }
a { background-color: rgb(49,31,102); }
div.DivClassName
{
background-color: #311F66;
}
.BgClassName
{
background-color: #311F66;
}
</style>
border-color css
<style>
span { border-color: #311F66; }
span { border-color: rgb(49,31,102); }
td.TdClassName
{
border-color: #311F66;
}
.TagClassName
{
border-color: #311F66;
}
</style>