Shades of Paris M #31255D
Tints of Paris M #31255D
RGB
CMYK
RGB Variations
Color information
#31255D (or 0x31255D) is known color: Paris M. HEX triplet: 31, 25 and 5D. RGB value is (49,37,93). Sum of RGB (Red+Green+Blue) = 49+37+93=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #31255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31255D is #CEDAA2. Grayscale: #2E2E2E. Windows color (decimal): -13556387 or 6104369. OLE color: 6104369.
HSL color Cylindrical-coordinate representation of color #31255D: hue angle of 252.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31255D is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 37 | 93 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.64 |
| HSL | 252.86º | 0.43% | 0.25% | - |
| HSV(B) | 252.86º | 0.6% | 0.36% | - |
| XYZ | 3.9 | 2.77 | 10.68 | - |
| YUV | 46.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 93 | 0.47 | 0.60 | 0 | 0.64 | 252.86 | 0.43 | 0.25 |
| Hex | 31 | 25 | 5D | 2F | 3C | 0 | 40 | FD | 2B | 19 |
| Octal | 61 | 45 | 135 | 57 | 74 | 0 | 100 | 375 | 53 | 31 |
| Binary | 110001 | 100101 | 1011101 | 101111 | 111100 | 0 | 1000000 | 11111101 | 101011 | 11001 |
Color Harmonies of #31255D
Complementary color
Monochromatic Colors of #31255D
Black with #31255D
Text Example
Text Example
White with #31255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31255D; }
p { color: rgb(49,37,93); }
H1.HeaderClassName
{
color: #31255D;
}
.AnyTagClassName
{
color: #31255D;
}
</style>
background-color css
<style>
a { background-color: #31255D; }
a { background-color: rgb(49,37,93); }
div.DivClassName
{
background-color: #31255D;
}
.BgClassName
{
background-color: #31255D;
}
</style>
border-color css
<style>
span { border-color: #31255D; }
span { border-color: rgb(49,37,93); }
td.TdClassName
{
border-color: #31255D;
}
.TagClassName
{
border-color: #31255D;
}
</style>