Shades of Paris M #311F65
Tints of Paris M #311F65
RGB
CMYK
RGB Variations
Color information
#311F65 (or 0x311F65) is known color: Paris M. HEX triplet: 31, 1F and 65. RGB value is (49,31,101). Sum of RGB (Red+Green+Blue) = 49+31+101=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #311F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F65 is #CEE09A. Grayscale: #2C2C2C. Windows color (decimal): -13557915 or 6627121. OLE color: 6627121.
HSL color Cylindrical-coordinate representation of color #311F65: hue angle of 255.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311F65 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 31 | 101 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.60 |
| HSL | 255.43º | 0.53% | 0.26% | - |
| HSV(B) | 255.43º | 0.69% | 0.4% | - |
| XYZ | 4.11 | 2.57 | 12.59 | - |
| YUV | 44.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 101 | 0.51 | 0.69 | 0 | 0.60 | 255.43 | 0.53 | 0.26 |
| Hex | 31 | 1F | 65 | 33 | 45 | 0 | 3C | FF | 35 | 1A |
| Octal | 61 | 37 | 145 | 63 | 105 | 0 | 74 | 377 | 65 | 32 |
| Binary | 110001 | 11111 | 1100101 | 110011 | 1000101 | 0 | 111100 | 11111111 | 110101 | 11010 |
Color Harmonies of #311F65
Complementary color
Monochromatic Colors of #311F65
Black with #311F65
Text Example
Text Example
White with #311F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F65; }
p { color: rgb(49,31,101); }
H1.HeaderClassName
{
color: #311F65;
}
.AnyTagClassName
{
color: #311F65;
}
</style>
background-color css
<style>
a { background-color: #311F65; }
a { background-color: rgb(49,31,101); }
div.DivClassName
{
background-color: #311F65;
}
.BgClassName
{
background-color: #311F65;
}
</style>
border-color css
<style>
span { border-color: #311F65; }
span { border-color: rgb(49,31,101); }
td.TdClassName
{
border-color: #311F65;
}
.TagClassName
{
border-color: #311F65;
}
</style>