Shades of Paris M #31236D
Tints of Paris M #31236D
RGB
CMYK
RGB Variations
Color information
#31236D (or 0x31236D) is known color: Paris M. HEX triplet: 31, 23 and 6D. RGB value is (49,35,109). Sum of RGB (Red+Green+Blue) = 49+35+109=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #31236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236D is #CEDC92. Grayscale: #2F2F2F. Windows color (decimal): -13556883 or 7152433. OLE color: 7152433.
HSL color Cylindrical-coordinate representation of color #31236D: hue angle of 251.35º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31236D is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 35 | 109 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.57 |
| HSL | 251.35º | 0.51% | 0.28% | - |
| HSV(B) | 251.35º | 0.68% | 0.43% | - |
| XYZ | 4.63 | 2.96 | 14.8 | - |
| YUV | 47.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 109 | 0.55 | 0.68 | 0 | 0.57 | 251.35 | 0.51 | 0.28 |
| Hex | 31 | 23 | 6D | 37 | 44 | 0 | 39 | FB | 33 | 1C |
| Octal | 61 | 43 | 155 | 67 | 104 | 0 | 71 | 373 | 63 | 34 |
| Binary | 110001 | 100011 | 1101101 | 110111 | 1000100 | 0 | 111001 | 11111011 | 110011 | 11100 |
Color Harmonies of #31236D
Complementary color
Monochromatic Colors of #31236D
Black with #31236D
Text Example
Text Example
White with #31236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31236D; }
p { color: rgb(49,35,109); }
H1.HeaderClassName
{
color: #31236D;
}
.AnyTagClassName
{
color: #31236D;
}
</style>
background-color css
<style>
a { background-color: #31236D; }
a { background-color: rgb(49,35,109); }
div.DivClassName
{
background-color: #31236D;
}
.BgClassName
{
background-color: #31236D;
}
</style>
border-color css
<style>
span { border-color: #31236D; }
span { border-color: rgb(49,35,109); }
td.TdClassName
{
border-color: #31236D;
}
.TagClassName
{
border-color: #31236D;
}
</style>