Shades of Paris M #31255C
Tints of Paris M #31255C
RGB
CMYK
RGB Variations
Color information
#31255C (or 0x31255C) is known color: Paris M. HEX triplet: 31, 25 and 5C. RGB value is (49,37,92). Sum of RGB (Red+Green+Blue) = 49+37+92=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #31255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31255C is #CEDAA3. Grayscale: #2E2E2E. Windows color (decimal): -13556388 or 6038833. OLE color: 6038833.
HSL color Cylindrical-coordinate representation of color #31255C: hue angle of 253.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31255C is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 37 | 92 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.64 |
| HSL | 253.09º | 0.43% | 0.25% | - |
| HSV(B) | 253.09º | 0.6% | 0.36% | - |
| XYZ | 3.86 | 2.75 | 10.45 | - |
| YUV | 46.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 92 | 0.47 | 0.60 | 0 | 0.64 | 253.09 | 0.43 | 0.25 |
| Hex | 31 | 25 | 5C | 2F | 3C | 0 | 40 | FD | 2B | 19 |
| Octal | 61 | 45 | 134 | 57 | 74 | 0 | 100 | 375 | 53 | 31 |
| Binary | 110001 | 100101 | 1011100 | 101111 | 111100 | 0 | 1000000 | 11111101 | 101011 | 11001 |
Color Harmonies of #31255C
Complementary color
Monochromatic Colors of #31255C
Black with #31255C
Text Example
Text Example
White with #31255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31255C; }
p { color: rgb(49,37,92); }
H1.HeaderClassName
{
color: #31255C;
}
.AnyTagClassName
{
color: #31255C;
}
</style>
background-color css
<style>
a { background-color: #31255C; }
a { background-color: rgb(49,37,92); }
div.DivClassName
{
background-color: #31255C;
}
.BgClassName
{
background-color: #31255C;
}
</style>
border-color css
<style>
span { border-color: #31255C; }
span { border-color: rgb(49,37,92); }
td.TdClassName
{
border-color: #31255C;
}
.TagClassName
{
border-color: #31255C;
}
</style>