Shades of Paris M #31296D
Tints of Paris M #31296D
RGB
CMYK
RGB Variations
Color information
#31296D (or 0x31296D) is known color: Paris M. HEX triplet: 31, 29 and 6D. RGB value is (49,41,109). Sum of RGB (Red+Green+Blue) = 49+41+109=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #31296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296D is #CED692. Grayscale: #323232. Windows color (decimal): -13555347 or 7153969. OLE color: 7153969.
HSL color Cylindrical-coordinate representation of color #31296D: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31296D is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 41 | 109 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.57 |
| HSL | 247.06º | 0.45% | 0.29% | - |
| HSV(B) | 247.06º | 0.62% | 0.43% | - |
| XYZ | 4.82 | 3.34 | 14.86 | - |
| YUV | 51.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 109 | 0.55 | 0.62 | 0 | 0.57 | 247.06 | 0.45 | 0.29 |
| Hex | 31 | 29 | 6D | 37 | 3E | 0 | 39 | F7 | 2D | 1D |
| Octal | 61 | 51 | 155 | 67 | 76 | 0 | 71 | 367 | 55 | 35 |
| Binary | 110001 | 101001 | 1101101 | 110111 | 111110 | 0 | 111001 | 11110111 | 101101 | 11101 |
Color Harmonies of #31296D
Complementary color
Monochromatic Colors of #31296D
Black with #31296D
Text Example
Text Example
White with #31296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31296D; }
p { color: rgb(49,41,109); }
H1.HeaderClassName
{
color: #31296D;
}
.AnyTagClassName
{
color: #31296D;
}
</style>
background-color css
<style>
a { background-color: #31296D; }
a { background-color: rgb(49,41,109); }
div.DivClassName
{
background-color: #31296D;
}
.BgClassName
{
background-color: #31296D;
}
</style>
border-color css
<style>
span { border-color: #31296D; }
span { border-color: rgb(49,41,109); }
td.TdClassName
{
border-color: #31296D;
}
.TagClassName
{
border-color: #31296D;
}
</style>