Shades of Paris M #31295D
Tints of Paris M #31295D
RGB
CMYK
RGB Variations
Color information
#31295D (or 0x31295D) is known color: Paris M. HEX triplet: 31, 29 and 5D. RGB value is (49,41,93). Sum of RGB (Red+Green+Blue) = 49+41+93=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #31295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31295D is #CED6A2. Grayscale: #313131. Windows color (decimal): -13555363 or 6105393. OLE color: 6105393.
HSL color Cylindrical-coordinate representation of color #31295D: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31295D is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 41 | 93 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.64 |
| HSL | 249.23º | 0.39% | 0.26% | - |
| HSV(B) | 249.23º | 0.56% | 0.36% | - |
| XYZ | 4.04 | 3.03 | 10.73 | - |
| YUV | 49.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 93 | 0.47 | 0.56 | 0 | 0.64 | 249.23 | 0.39 | 0.26 |
| Hex | 31 | 29 | 5D | 2F | 38 | 0 | 40 | F9 | 27 | 1A |
| Octal | 61 | 51 | 135 | 57 | 70 | 0 | 100 | 371 | 47 | 32 |
| Binary | 110001 | 101001 | 1011101 | 101111 | 111000 | 0 | 1000000 | 11111001 | 100111 | 11010 |
Color Harmonies of #31295D
Complementary color
Monochromatic Colors of #31295D
Black with #31295D
Text Example
Text Example
White with #31295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31295D; }
p { color: rgb(49,41,93); }
H1.HeaderClassName
{
color: #31295D;
}
.AnyTagClassName
{
color: #31295D;
}
</style>
background-color css
<style>
a { background-color: #31295D; }
a { background-color: rgb(49,41,93); }
div.DivClassName
{
background-color: #31295D;
}
.BgClassName
{
background-color: #31295D;
}
</style>
border-color css
<style>
span { border-color: #31295D; }
span { border-color: rgb(49,41,93); }
td.TdClassName
{
border-color: #31295D;
}
.TagClassName
{
border-color: #31295D;
}
</style>