Shades of Paris M #31275C
Tints of Paris M #31275C
RGB
CMYK
RGB Variations
Color information
#31275C (or 0x31275C) is known color: Paris M. HEX triplet: 31, 27 and 5C. RGB value is (49,39,92). Sum of RGB (Red+Green+Blue) = 49+39+92=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #31275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31275C is #CED8A3. Grayscale: #2F2F2F. Windows color (decimal): -13555876 or 6039345. OLE color: 6039345.
HSL color Cylindrical-coordinate representation of color #31275C: hue angle of 251.32º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31275C is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 39 | 92 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.64 |
| HSL | 251.32º | 0.4% | 0.26% | - |
| HSV(B) | 251.32º | 0.58% | 0.36% | - |
| XYZ | 3.92 | 2.88 | 10.47 | - |
| YUV | 48.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 92 | 0.47 | 0.58 | 0 | 0.64 | 251.32 | 0.4 | 0.26 |
| Hex | 31 | 27 | 5C | 2F | 3A | 0 | 40 | FB | 28 | 1A |
| Octal | 61 | 47 | 134 | 57 | 72 | 0 | 100 | 373 | 50 | 32 |
| Binary | 110001 | 100111 | 1011100 | 101111 | 111010 | 0 | 1000000 | 11111011 | 101000 | 11010 |
Color Harmonies of #31275C
Complementary color
Monochromatic Colors of #31275C
Black with #31275C
Text Example
Text Example
White with #31275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31275C; }
p { color: rgb(49,39,92); }
H1.HeaderClassName
{
color: #31275C;
}
.AnyTagClassName
{
color: #31275C;
}
</style>
background-color css
<style>
a { background-color: #31275C; }
a { background-color: rgb(49,39,92); }
div.DivClassName
{
background-color: #31275C;
}
.BgClassName
{
background-color: #31275C;
}
</style>
border-color css
<style>
span { border-color: #31275C; }
span { border-color: rgb(49,39,92); }
td.TdClassName
{
border-color: #31275C;
}
.TagClassName
{
border-color: #31275C;
}
</style>