Shades of Paris M #31215E
Tints of Paris M #31215E
RGB
CMYK
RGB Variations
Color information
#31215E (or 0x31215E) is known color: Paris M. HEX triplet: 31, 21 and 5E. RGB value is (49,33,94). Sum of RGB (Red+Green+Blue) = 49+33+94=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #31215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31215E is #CEDEA1. Grayscale: #2C2C2C. Windows color (decimal): -13557410 or 6168881. OLE color: 6168881.
HSL color Cylindrical-coordinate representation of color #31215E: hue angle of 255.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31215E is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 33 | 94 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.63 |
| HSL | 255.74º | 0.48% | 0.25% | - |
| HSV(B) | 255.74º | 0.65% | 0.37% | - |
| XYZ | 3.83 | 2.55 | 10.88 | - |
| YUV | 44.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 94 | 0.48 | 0.65 | 0 | 0.63 | 255.74 | 0.48 | 0.25 |
| Hex | 31 | 21 | 5E | 30 | 41 | 0 | 3F | 100 | 30 | 19 |
| Octal | 61 | 41 | 136 | 60 | 101 | 0 | 77 | 400 | 60 | 31 |
| Binary | 110001 | 100001 | 1011110 | 110000 | 1000001 | 0 | 111111 | 100000000 | 110000 | 11001 |
Color Harmonies of #31215E
Complementary color
Monochromatic Colors of #31215E
Black with #31215E
Text Example
Text Example
White with #31215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31215E; }
p { color: rgb(49,33,94); }
H1.HeaderClassName
{
color: #31215E;
}
.AnyTagClassName
{
color: #31215E;
}
</style>
background-color css
<style>
a { background-color: #31215E; }
a { background-color: rgb(49,33,94); }
div.DivClassName
{
background-color: #31215E;
}
.BgClassName
{
background-color: #31215E;
}
</style>
border-color css
<style>
span { border-color: #31215E; }
span { border-color: rgb(49,33,94); }
td.TdClassName
{
border-color: #31215E;
}
.TagClassName
{
border-color: #31215E;
}
</style>