Shades of Paris M #2E2560
Tints of Paris M #2E2560
RGB
CMYK
RGB Variations
Color information
#2E2560 (or 0x2E2560) is known color: Paris M. HEX triplet: 2E, 25 and 60. RGB value is (46,37,96). Sum of RGB (Red+Green+Blue) = 46+37+96=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2560 is #D1DA9F. Grayscale: #2E2E2E. Windows color (decimal): -13752992 or 6300974. OLE color: 6300974.
HSL color Cylindrical-coordinate representation of color #2E2560: hue angle of 249.15º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2560 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 37 | 96 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.62 |
| HSL | 249.15º | 0.44% | 0.26% | - |
| HSV(B) | 249.15º | 0.61% | 0.38% | - |
| XYZ | 3.9 | 2.75 | 11.39 | - |
| YUV | 46.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 96 | 0.52 | 0.61 | 0 | 0.62 | 249.15 | 0.44 | 0.26 |
| Hex | 2E | 25 | 60 | 34 | 3D | 0 | 3E | F9 | 2C | 1A |
| Octal | 56 | 45 | 140 | 64 | 75 | 0 | 76 | 371 | 54 | 32 |
| Binary | 101110 | 100101 | 1100000 | 110100 | 111101 | 0 | 111110 | 11111001 | 101100 | 11010 |
Color Harmonies of #2E2560
Complementary color
Monochromatic Colors of #2E2560
Black with #2E2560
Text Example
Text Example
White with #2E2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2560; }
p { color: rgb(46,37,96); }
H1.HeaderClassName
{
color: #2E2560;
}
.AnyTagClassName
{
color: #2E2560;
}
</style>
background-color css
<style>
a { background-color: #2E2560; }
a { background-color: rgb(46,37,96); }
div.DivClassName
{
background-color: #2E2560;
}
.BgClassName
{
background-color: #2E2560;
}
</style>
border-color css
<style>
span { border-color: #2E2560; }
span { border-color: rgb(46,37,96); }
td.TdClassName
{
border-color: #2E2560;
}
.TagClassName
{
border-color: #2E2560;
}
</style>