Shades of Paris M #31215D
Tints of Paris M #31215D
RGB
CMYK
RGB Variations
Color information
#31215D (or 0x31215D) is known color: Paris M. HEX triplet: 31, 21 and 5D. RGB value is (49,33,93). Sum of RGB (Red+Green+Blue) = 49+33+93=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #31215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31215D is #CEDEA2. Grayscale: #2C2C2C. Windows color (decimal): -13557411 or 6103345. OLE color: 6103345.
HSL color Cylindrical-coordinate representation of color #31215D: hue angle of 256º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31215D is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 33 | 93 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.64 |
| HSL | 256º | 0.48% | 0.25% | - |
| HSV(B) | 256º | 0.65% | 0.36% | - |
| XYZ | 3.79 | 2.53 | 10.64 | - |
| YUV | 44.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 93 | 0.47 | 0.65 | 0 | 0.64 | 256 | 0.48 | 0.25 |
| Hex | 31 | 21 | 5D | 2F | 41 | 0 | 40 | 100 | 30 | 19 |
| Octal | 61 | 41 | 135 | 57 | 101 | 0 | 100 | 400 | 60 | 31 |
| Binary | 110001 | 100001 | 1011101 | 101111 | 1000001 | 0 | 1000000 | 100000000 | 110000 | 11001 |
Color Harmonies of #31215D
Complementary color
Monochromatic Colors of #31215D
Black with #31215D
Text Example
Text Example
White with #31215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31215D; }
p { color: rgb(49,33,93); }
H1.HeaderClassName
{
color: #31215D;
}
.AnyTagClassName
{
color: #31215D;
}
</style>
background-color css
<style>
a { background-color: #31215D; }
a { background-color: rgb(49,33,93); }
div.DivClassName
{
background-color: #31215D;
}
.BgClassName
{
background-color: #31215D;
}
</style>
border-color css
<style>
span { border-color: #31215D; }
span { border-color: rgb(49,33,93); }
td.TdClassName
{
border-color: #31215D;
}
.TagClassName
{
border-color: #31215D;
}
</style>