Shades of Paris M #31296C
Tints of Paris M #31296C
RGB
CMYK
RGB Variations
Color information
#31296C (or 0x31296C) is known color: Paris M. HEX triplet: 31, 29 and 6C. RGB value is (49,41,108). Sum of RGB (Red+Green+Blue) = 49+41+108=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #31296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296C is #CED693. Grayscale: #323232. Windows color (decimal): -13555348 or 7088433. OLE color: 7088433.
HSL color Cylindrical-coordinate representation of color #31296C: hue angle of 247.16º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31296C is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 41 | 108 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.58 |
| HSL | 247.16º | 0.45% | 0.29% | - |
| HSV(B) | 247.16º | 0.62% | 0.42% | - |
| XYZ | 4.77 | 3.32 | 14.58 | - |
| YUV | 51.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 108 | 0.55 | 0.62 | 0 | 0.58 | 247.16 | 0.45 | 0.29 |
| Hex | 31 | 29 | 6C | 37 | 3E | 0 | 3A | F7 | 2D | 1D |
| Octal | 61 | 51 | 154 | 67 | 76 | 0 | 72 | 367 | 55 | 35 |
| Binary | 110001 | 101001 | 1101100 | 110111 | 111110 | 0 | 111010 | 11110111 | 101101 | 11101 |
Color Harmonies of #31296C
Complementary color
Monochromatic Colors of #31296C
Black with #31296C
Text Example
Text Example
White with #31296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31296C; }
p { color: rgb(49,41,108); }
H1.HeaderClassName
{
color: #31296C;
}
.AnyTagClassName
{
color: #31296C;
}
</style>
background-color css
<style>
a { background-color: #31296C; }
a { background-color: rgb(49,41,108); }
div.DivClassName
{
background-color: #31296C;
}
.BgClassName
{
background-color: #31296C;
}
</style>
border-color css
<style>
span { border-color: #31296C; }
span { border-color: rgb(49,41,108); }
td.TdClassName
{
border-color: #31296C;
}
.TagClassName
{
border-color: #31296C;
}
</style>