Shades of Paris M #31286C
Tints of Paris M #31286C
RGB
CMYK
RGB Variations
Color information
#31286C (or 0x31286C) is known color: Paris M. HEX triplet: 31, 28 and 6C. RGB value is (49,40,108). Sum of RGB (Red+Green+Blue) = 49+40+108=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #31286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31286C is #CED793. Grayscale: #323232. Windows color (decimal): -13555604 or 7088177. OLE color: 7088177.
HSL color Cylindrical-coordinate representation of color #31286C: hue angle of 247.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31286C is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 40 | 108 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.58 |
| HSL | 247.94º | 0.46% | 0.29% | - |
| HSV(B) | 247.94º | 0.63% | 0.42% | - |
| XYZ | 4.73 | 3.25 | 14.57 | - |
| YUV | 50.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 108 | 0.55 | 0.63 | 0 | 0.58 | 247.94 | 0.46 | 0.29 |
| Hex | 31 | 28 | 6C | 37 | 3F | 0 | 3A | F8 | 2E | 1D |
| Octal | 61 | 50 | 154 | 67 | 77 | 0 | 72 | 370 | 56 | 35 |
| Binary | 110001 | 101000 | 1101100 | 110111 | 111111 | 0 | 111010 | 11111000 | 101110 | 11101 |
Color Harmonies of #31286C
Complementary color
Monochromatic Colors of #31286C
Black with #31286C
Text Example
Text Example
White with #31286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31286C; }
p { color: rgb(49,40,108); }
H1.HeaderClassName
{
color: #31286C;
}
.AnyTagClassName
{
color: #31286C;
}
</style>
background-color css
<style>
a { background-color: #31286C; }
a { background-color: rgb(49,40,108); }
div.DivClassName
{
background-color: #31286C;
}
.BgClassName
{
background-color: #31286C;
}
</style>
border-color css
<style>
span { border-color: #31286C; }
span { border-color: rgb(49,40,108); }
td.TdClassName
{
border-color: #31286C;
}
.TagClassName
{
border-color: #31286C;
}
</style>