Shades of Paris M #31265E
Tints of Paris M #31265E
RGB
CMYK
RGB Variations
Color information
#31265E (or 0x31265E) is known color: Paris M. HEX triplet: 31, 26 and 5E. RGB value is (49,38,94). Sum of RGB (Red+Green+Blue) = 49+38+94=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #31265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31265E is #CED9A1. Grayscale: #2F2F2F. Windows color (decimal): -13556130 or 6170161. OLE color: 6170161.
HSL color Cylindrical-coordinate representation of color #31265E: hue angle of 251.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31265E is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 38 | 94 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.63 |
| HSL | 251.79º | 0.42% | 0.26% | - |
| HSV(B) | 251.79º | 0.6% | 0.37% | - |
| XYZ | 3.98 | 2.85 | 10.93 | - |
| YUV | 47.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 94 | 0.48 | 0.60 | 0 | 0.63 | 251.79 | 0.42 | 0.26 |
| Hex | 31 | 26 | 5E | 30 | 3C | 0 | 3F | FC | 2A | 1A |
| Octal | 61 | 46 | 136 | 60 | 74 | 0 | 77 | 374 | 52 | 32 |
| Binary | 110001 | 100110 | 1011110 | 110000 | 111100 | 0 | 111111 | 11111100 | 101010 | 11010 |
Color Harmonies of #31265E
Complementary color
Monochromatic Colors of #31265E
Black with #31265E
Text Example
Text Example
White with #31265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31265E; }
p { color: rgb(49,38,94); }
H1.HeaderClassName
{
color: #31265E;
}
.AnyTagClassName
{
color: #31265E;
}
</style>
background-color css
<style>
a { background-color: #31265E; }
a { background-color: rgb(49,38,94); }
div.DivClassName
{
background-color: #31265E;
}
.BgClassName
{
background-color: #31265E;
}
</style>
border-color css
<style>
span { border-color: #31265E; }
span { border-color: rgb(49,38,94); }
td.TdClassName
{
border-color: #31265E;
}
.TagClassName
{
border-color: #31265E;
}
</style>