Shades of Paris M #31285D
Tints of Paris M #31285D
RGB
CMYK
RGB Variations
Color information
#31285D (or 0x31285D) is known color: Paris M. HEX triplet: 31, 28 and 5D. RGB value is (49,40,93). Sum of RGB (Red+Green+Blue) = 49+40+93=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #31285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31285D is #CED7A2. Grayscale: #303030. Windows color (decimal): -13555619 or 6105137. OLE color: 6105137.
HSL color Cylindrical-coordinate representation of color #31285D: hue angle of 250.19º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31285D is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 40 | 93 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.64 |
| HSL | 250.19º | 0.4% | 0.26% | - |
| HSV(B) | 250.19º | 0.57% | 0.36% | - |
| XYZ | 4 | 2.96 | 10.72 | - |
| YUV | 48.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 93 | 0.47 | 0.57 | 0 | 0.64 | 250.19 | 0.4 | 0.26 |
| Hex | 31 | 28 | 5D | 2F | 39 | 0 | 40 | FA | 28 | 1A |
| Octal | 61 | 50 | 135 | 57 | 71 | 0 | 100 | 372 | 50 | 32 |
| Binary | 110001 | 101000 | 1011101 | 101111 | 111001 | 0 | 1000000 | 11111010 | 101000 | 11010 |
Color Harmonies of #31285D
Complementary color
Monochromatic Colors of #31285D
Black with #31285D
Text Example
Text Example
White with #31285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31285D; }
p { color: rgb(49,40,93); }
H1.HeaderClassName
{
color: #31285D;
}
.AnyTagClassName
{
color: #31285D;
}
</style>
background-color css
<style>
a { background-color: #31285D; }
a { background-color: rgb(49,40,93); }
div.DivClassName
{
background-color: #31285D;
}
.BgClassName
{
background-color: #31285D;
}
</style>
border-color css
<style>
span { border-color: #31285D; }
span { border-color: rgb(49,40,93); }
td.TdClassName
{
border-color: #31285D;
}
.TagClassName
{
border-color: #31285D;
}
</style>