Shades of Paris M #31286D
Tints of Paris M #31286D
RGB
CMYK
RGB Variations
Color information
#31286D (or 0x31286D) is known color: Paris M. HEX triplet: 31, 28 and 6D. RGB value is (49,40,109). Sum of RGB (Red+Green+Blue) = 49+40+109=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #31286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31286D is #CED792. Grayscale: #323232. Windows color (decimal): -13555603 or 7153713. OLE color: 7153713.
HSL color Cylindrical-coordinate representation of color #31286D: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31286D is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 40 | 109 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.57 |
| HSL | 247.83º | 0.46% | 0.29% | - |
| HSV(B) | 247.83º | 0.63% | 0.43% | - |
| XYZ | 4.79 | 3.27 | 14.85 | - |
| YUV | 50.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 109 | 0.55 | 0.63 | 0 | 0.57 | 247.83 | 0.46 | 0.29 |
| Hex | 31 | 28 | 6D | 37 | 3F | 0 | 39 | F8 | 2E | 1D |
| Octal | 61 | 50 | 155 | 67 | 77 | 0 | 71 | 370 | 56 | 35 |
| Binary | 110001 | 101000 | 1101101 | 110111 | 111111 | 0 | 111001 | 11111000 | 101110 | 11101 |
Color Harmonies of #31286D
Complementary color
Monochromatic Colors of #31286D
Black with #31286D
Text Example
Text Example
White with #31286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31286D; }
p { color: rgb(49,40,109); }
H1.HeaderClassName
{
color: #31286D;
}
.AnyTagClassName
{
color: #31286D;
}
</style>
background-color css
<style>
a { background-color: #31286D; }
a { background-color: rgb(49,40,109); }
div.DivClassName
{
background-color: #31286D;
}
.BgClassName
{
background-color: #31286D;
}
</style>
border-color css
<style>
span { border-color: #31286D; }
span { border-color: rgb(49,40,109); }
td.TdClassName
{
border-color: #31286D;
}
.TagClassName
{
border-color: #31286D;
}
</style>