Shades of Paris M #312B5B
Tints of Paris M #312B5B
RGB
CMYK
RGB Variations
Color information
#312B5B (or 0x312B5B) is known color: Paris M. HEX triplet: 31, 2B and 5B. RGB value is (49,43,91). Sum of RGB (Red+Green+Blue) = 49+43+91=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #312B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B5B is #CED4A4. Grayscale: #323232. Windows color (decimal): -13554853 or 5974833. OLE color: 5974833.
HSL color Cylindrical-coordinate representation of color #312B5B: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312B5B is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 43 | 91 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.64 |
| HSL | 247.5º | 0.36% | 0.26% | - |
| HSV(B) | 247.5º | 0.53% | 0.36% | - |
| XYZ | 4.02 | 3.14 | 10.29 | - |
| YUV | 50.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 91 | 0.46 | 0.53 | 0 | 0.64 | 247.5 | 0.36 | 0.26 |
| Hex | 31 | 2B | 5B | 2E | 35 | 0 | 40 | F8 | 24 | 1A |
| Octal | 61 | 53 | 133 | 56 | 65 | 0 | 100 | 370 | 44 | 32 |
| Binary | 110001 | 101011 | 1011011 | 101110 | 110101 | 0 | 1000000 | 11111000 | 100100 | 11010 |
Color Harmonies of #312B5B
Complementary color
Monochromatic Colors of #312B5B
Black with #312B5B
Text Example
Text Example
White with #312B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B5B; }
p { color: rgb(49,43,91); }
H1.HeaderClassName
{
color: #312B5B;
}
.AnyTagClassName
{
color: #312B5B;
}
</style>
background-color css
<style>
a { background-color: #312B5B; }
a { background-color: rgb(49,43,91); }
div.DivClassName
{
background-color: #312B5B;
}
.BgClassName
{
background-color: #312B5B;
}
</style>
border-color css
<style>
span { border-color: #312B5B; }
span { border-color: rgb(49,43,91); }
td.TdClassName
{
border-color: #312B5B;
}
.TagClassName
{
border-color: #312B5B;
}
</style>