Shades of Paris M #311F69
Tints of Paris M #311F69
RGB
CMYK
RGB Variations
Color information
#311F69 (or 0x311F69) is known color: Paris M. HEX triplet: 31, 1F and 69. RGB value is (49,31,105). Sum of RGB (Red+Green+Blue) = 49+31+105=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #311F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F69 is #CEE096. Grayscale: #2C2C2C. Windows color (decimal): -13557911 or 6889265. OLE color: 6889265.
HSL color Cylindrical-coordinate representation of color #311F69: hue angle of 254.59º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311F69 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 31 | 105 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.59 |
| HSL | 254.59º | 0.54% | 0.27% | - |
| HSV(B) | 254.59º | 0.7% | 0.41% | - |
| XYZ | 4.31 | 2.65 | 13.65 | - |
| YUV | 44.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 105 | 0.53 | 0.70 | 0 | 0.59 | 254.59 | 0.54 | 0.27 |
| Hex | 31 | 1F | 69 | 35 | 46 | 0 | 3B | FF | 36 | 1B |
| Octal | 61 | 37 | 151 | 65 | 106 | 0 | 73 | 377 | 66 | 33 |
| Binary | 110001 | 11111 | 1101001 | 110101 | 1000110 | 0 | 111011 | 11111111 | 110110 | 11011 |
Color Harmonies of #311F69
Complementary color
Monochromatic Colors of #311F69
Black with #311F69
Text Example
Text Example
White with #311F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F69; }
p { color: rgb(49,31,105); }
H1.HeaderClassName
{
color: #311F69;
}
.AnyTagClassName
{
color: #311F69;
}
</style>
background-color css
<style>
a { background-color: #311F69; }
a { background-color: rgb(49,31,105); }
div.DivClassName
{
background-color: #311F69;
}
.BgClassName
{
background-color: #311F69;
}
</style>
border-color css
<style>
span { border-color: #311F69; }
span { border-color: rgb(49,31,105); }
td.TdClassName
{
border-color: #311F69;
}
.TagClassName
{
border-color: #311F69;
}
</style>