Shades of Paris M #31206B
Tints of Paris M #31206B
RGB
CMYK
RGB Variations
Color information
#31206B (or 0x31206B) is known color: Paris M. HEX triplet: 31, 20 and 6B. RGB value is (49,32,107). Sum of RGB (Red+Green+Blue) = 49+32+107=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #31206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206B is #CEDF94. Grayscale: #2D2D2D. Windows color (decimal): -13557653 or 7020593. OLE color: 7020593.
HSL color Cylindrical-coordinate representation of color #31206B: hue angle of 253.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31206B is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 32 | 107 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.58 |
| HSL | 253.6º | 0.54% | 0.27% | - |
| HSV(B) | 253.6º | 0.7% | 0.42% | - |
| XYZ | 4.44 | 2.75 | 14.21 | - |
| YUV | 45.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 107 | 0.54 | 0.70 | 0 | 0.58 | 253.6 | 0.54 | 0.27 |
| Hex | 31 | 20 | 6B | 36 | 46 | 0 | 3A | FE | 36 | 1B |
| Octal | 61 | 40 | 153 | 66 | 106 | 0 | 72 | 376 | 66 | 33 |
| Binary | 110001 | 100000 | 1101011 | 110110 | 1000110 | 0 | 111010 | 11111110 | 110110 | 11011 |
Color Harmonies of #31206B
Complementary color
Monochromatic Colors of #31206B
Black with #31206B
Text Example
Text Example
White with #31206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31206B; }
p { color: rgb(49,32,107); }
H1.HeaderClassName
{
color: #31206B;
}
.AnyTagClassName
{
color: #31206B;
}
</style>
background-color css
<style>
a { background-color: #31206B; }
a { background-color: rgb(49,32,107); }
div.DivClassName
{
background-color: #31206B;
}
.BgClassName
{
background-color: #31206B;
}
</style>
border-color css
<style>
span { border-color: #31206B; }
span { border-color: rgb(49,32,107); }
td.TdClassName
{
border-color: #31206B;
}
.TagClassName
{
border-color: #31206B;
}
</style>