Shades of Paris M #31256A
Tints of Paris M #31256A
RGB
CMYK
RGB Variations
Color information
#31256A (or 0x31256A) is known color: Paris M. HEX triplet: 31, 25 and 6A. RGB value is (49,37,106). Sum of RGB (Red+Green+Blue) = 49+37+106=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #31256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256A is #CEDA95. Grayscale: #303030. Windows color (decimal): -13556374 or 6956337. OLE color: 6956337.
HSL color Cylindrical-coordinate representation of color #31256A: hue angle of 250.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31256A is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 37 | 106 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.58 |
| HSL | 250.43º | 0.48% | 0.28% | - |
| HSV(B) | 250.43º | 0.65% | 0.42% | - |
| XYZ | 4.53 | 3.02 | 13.98 | - |
| YUV | 48.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 106 | 0.54 | 0.65 | 0 | 0.58 | 250.43 | 0.48 | 0.28 |
| Hex | 31 | 25 | 6A | 36 | 41 | 0 | 3A | FA | 30 | 1C |
| Octal | 61 | 45 | 152 | 66 | 101 | 0 | 72 | 372 | 60 | 34 |
| Binary | 110001 | 100101 | 1101010 | 110110 | 1000001 | 0 | 111010 | 11111010 | 110000 | 11100 |
Color Harmonies of #31256A
Complementary color
Monochromatic Colors of #31256A
Black with #31256A
Text Example
Text Example
White with #31256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31256A; }
p { color: rgb(49,37,106); }
H1.HeaderClassName
{
color: #31256A;
}
.AnyTagClassName
{
color: #31256A;
}
</style>
background-color css
<style>
a { background-color: #31256A; }
a { background-color: rgb(49,37,106); }
div.DivClassName
{
background-color: #31256A;
}
.BgClassName
{
background-color: #31256A;
}
</style>
border-color css
<style>
span { border-color: #31256A; }
span { border-color: rgb(49,37,106); }
td.TdClassName
{
border-color: #31256A;
}
.TagClassName
{
border-color: #31256A;
}
</style>