Shades of Paris M #31296A
Tints of Paris M #31296A
RGB
CMYK
RGB Variations
Color information
#31296A (or 0x31296A) is known color: Paris M. HEX triplet: 31, 29 and 6A. RGB value is (49,41,106). Sum of RGB (Red+Green+Blue) = 49+41+106=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #31296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296A is #CED695. Grayscale: #323232. Windows color (decimal): -13555350 or 6957361. OLE color: 6957361.
HSL color Cylindrical-coordinate representation of color #31296A: hue angle of 247.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31296A is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 41 | 106 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.58 |
| HSL | 247.38º | 0.44% | 0.29% | - |
| HSV(B) | 247.38º | 0.61% | 0.42% | - |
| XYZ | 4.66 | 3.28 | 14.02 | - |
| YUV | 50.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 106 | 0.54 | 0.61 | 0 | 0.58 | 247.38 | 0.44 | 0.29 |
| Hex | 31 | 29 | 6A | 36 | 3D | 0 | 3A | F7 | 2C | 1D |
| Octal | 61 | 51 | 152 | 66 | 75 | 0 | 72 | 367 | 54 | 35 |
| Binary | 110001 | 101001 | 1101010 | 110110 | 111101 | 0 | 111010 | 11110111 | 101100 | 11101 |
Color Harmonies of #31296A
Complementary color
Monochromatic Colors of #31296A
Black with #31296A
Text Example
Text Example
White with #31296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31296A; }
p { color: rgb(49,41,106); }
H1.HeaderClassName
{
color: #31296A;
}
.AnyTagClassName
{
color: #31296A;
}
</style>
background-color css
<style>
a { background-color: #31296A; }
a { background-color: rgb(49,41,106); }
div.DivClassName
{
background-color: #31296A;
}
.BgClassName
{
background-color: #31296A;
}
</style>
border-color css
<style>
span { border-color: #31296A; }
span { border-color: rgb(49,41,106); }
td.TdClassName
{
border-color: #31296A;
}
.TagClassName
{
border-color: #31296A;
}
</style>