Shades of Paris M #2E2578
Tints of Paris M #2E2578
RGB
CMYK
RGB Variations
Color information
#2E2578 (or 0x2E2578) is known color: Paris M. HEX triplet: 2E, 25 and 78. RGB value is (46,37,120). Sum of RGB (Red+Green+Blue) = 46+37+120=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2578 is #D1DA87. Grayscale: #303030. Windows color (decimal): -13752968 or 7873838. OLE color: 7873838.
HSL color Cylindrical-coordinate representation of color #2E2578: hue angle of 246.51º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2578 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 37 | 120 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.53 |
| HSL | 246.51º | 0.53% | 0.31% | - |
| HSV(B) | 246.51º | 0.69% | 0.47% | - |
| XYZ | 5.18 | 3.26 | 18.13 | - |
| YUV | 49.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 120 | 0.62 | 0.69 | 0 | 0.53 | 246.51 | 0.53 | 0.31 |
| Hex | 2E | 25 | 78 | 3E | 45 | 0 | 35 | F7 | 35 | 1F |
| Octal | 56 | 45 | 170 | 76 | 105 | 0 | 65 | 367 | 65 | 37 |
| Binary | 101110 | 100101 | 1111000 | 111110 | 1000101 | 0 | 110101 | 11110111 | 110101 | 11111 |
Color Harmonies of #2E2578
Complementary color
Monochromatic Colors of #2E2578
Black with #2E2578
Text Example
Text Example
White with #2E2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2578; }
p { color: rgb(46,37,120); }
H1.HeaderClassName
{
color: #2E2578;
}
.AnyTagClassName
{
color: #2E2578;
}
</style>
background-color css
<style>
a { background-color: #2E2578; }
a { background-color: rgb(46,37,120); }
div.DivClassName
{
background-color: #2E2578;
}
.BgClassName
{
background-color: #2E2578;
}
</style>
border-color css
<style>
span { border-color: #2E2578; }
span { border-color: rgb(46,37,120); }
td.TdClassName
{
border-color: #2E2578;
}
.TagClassName
{
border-color: #2E2578;
}
</style>