Shades of Paris M #31235D
Tints of Paris M #31235D
RGB
CMYK
RGB Variations
Color information
#31235D (or 0x31235D) is known color: Paris M. HEX triplet: 31, 23 and 5D. RGB value is (49,35,93). Sum of RGB (Red+Green+Blue) = 49+35+93=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #31235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31235D is #CEDCA2. Grayscale: #2D2D2D. Windows color (decimal): -13556899 or 6103857. OLE color: 6103857.
HSL color Cylindrical-coordinate representation of color #31235D: hue angle of 254.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31235D is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 35 | 93 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.64 |
| HSL | 254.48º | 0.45% | 0.25% | - |
| HSV(B) | 254.48º | 0.62% | 0.36% | - |
| XYZ | 3.84 | 2.65 | 10.66 | - |
| YUV | 45.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 93 | 0.47 | 0.62 | 0 | 0.64 | 254.48 | 0.45 | 0.25 |
| Hex | 31 | 23 | 5D | 2F | 3E | 0 | 40 | FE | 2D | 19 |
| Octal | 61 | 43 | 135 | 57 | 76 | 0 | 100 | 376 | 55 | 31 |
| Binary | 110001 | 100011 | 1011101 | 101111 | 111110 | 0 | 1000000 | 11111110 | 101101 | 11001 |
Color Harmonies of #31235D
Complementary color
Monochromatic Colors of #31235D
Black with #31235D
Text Example
Text Example
White with #31235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31235D; }
p { color: rgb(49,35,93); }
H1.HeaderClassName
{
color: #31235D;
}
.AnyTagClassName
{
color: #31235D;
}
</style>
background-color css
<style>
a { background-color: #31235D; }
a { background-color: rgb(49,35,93); }
div.DivClassName
{
background-color: #31235D;
}
.BgClassName
{
background-color: #31235D;
}
</style>
border-color css
<style>
span { border-color: #31235D; }
span { border-color: rgb(49,35,93); }
td.TdClassName
{
border-color: #31235D;
}
.TagClassName
{
border-color: #31235D;
}
</style>