Shades of Paris M #31246B
Tints of Paris M #31246B
RGB
CMYK
RGB Variations
Color information
#31246B (or 0x31246B) is known color: Paris M. HEX triplet: 31, 24 and 6B. RGB value is (49,36,107). Sum of RGB (Red+Green+Blue) = 49+36+107=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #31246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31246B is #CEDB94. Grayscale: #2F2F2F. Windows color (decimal): -13556629 or 7021617. OLE color: 7021617.
HSL color Cylindrical-coordinate representation of color #31246B: hue angle of 250.99º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31246B is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 36 | 107 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.58 |
| HSL | 250.99º | 0.5% | 0.28% | - |
| HSV(B) | 250.99º | 0.66% | 0.42% | - |
| XYZ | 4.55 | 2.98 | 14.24 | - |
| YUV | 47.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 107 | 0.54 | 0.66 | 0 | 0.58 | 250.99 | 0.5 | 0.28 |
| Hex | 31 | 24 | 6B | 36 | 42 | 0 | 3A | FB | 32 | 1C |
| Octal | 61 | 44 | 153 | 66 | 102 | 0 | 72 | 373 | 62 | 34 |
| Binary | 110001 | 100100 | 1101011 | 110110 | 1000010 | 0 | 111010 | 11111011 | 110010 | 11100 |
Color Harmonies of #31246B
Complementary color
Monochromatic Colors of #31246B
Black with #31246B
Text Example
Text Example
White with #31246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31246B; }
p { color: rgb(49,36,107); }
H1.HeaderClassName
{
color: #31246B;
}
.AnyTagClassName
{
color: #31246B;
}
</style>
background-color css
<style>
a { background-color: #31246B; }
a { background-color: rgb(49,36,107); }
div.DivClassName
{
background-color: #31246B;
}
.BgClassName
{
background-color: #31246B;
}
</style>
border-color css
<style>
span { border-color: #31246B; }
span { border-color: rgb(49,36,107); }
td.TdClassName
{
border-color: #31246B;
}
.TagClassName
{
border-color: #31246B;
}
</style>