Shades of Paris M #2E2057
Tints of Paris M #2E2057
RGB
CMYK
RGB Variations
Color information
#2E2057 (or 0x2E2057) is known color: Paris M. HEX triplet: 2E, 20 and 57. RGB value is (46,32,87). Sum of RGB (Red+Green+Blue) = 46+32+87=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2057 is #D1DFA8. Grayscale: #2A2A2A. Windows color (decimal): -13754281 or 5709870. OLE color: 5709870.
HSL color Cylindrical-coordinate representation of color #2E2057: hue angle of 255.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2057 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 32 | 87 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.66 |
| HSL | 255.27º | 0.46% | 0.23% | - |
| HSV(B) | 255.27º | 0.63% | 0.34% | - |
| XYZ | 3.36 | 2.3 | 9.28 | - |
| YUV | 42.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 87 | 0.47 | 0.63 | 0 | 0.66 | 255.27 | 0.46 | 0.23 |
| Hex | 2E | 20 | 57 | 2F | 3F | 0 | 42 | FF | 2E | 17 |
| Octal | 56 | 40 | 127 | 57 | 77 | 0 | 102 | 377 | 56 | 27 |
| Binary | 101110 | 100000 | 1010111 | 101111 | 111111 | 0 | 1000010 | 11111111 | 101110 | 10111 |
Color Harmonies of #2E2057
Complementary color
Monochromatic Colors of #2E2057
Black with #2E2057
Text Example
Text Example
White with #2E2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2057; }
p { color: rgb(46,32,87); }
H1.HeaderClassName
{
color: #2E2057;
}
.AnyTagClassName
{
color: #2E2057;
}
</style>
background-color css
<style>
a { background-color: #2E2057; }
a { background-color: rgb(46,32,87); }
div.DivClassName
{
background-color: #2E2057;
}
.BgClassName
{
background-color: #2E2057;
}
</style>
border-color css
<style>
span { border-color: #2E2057; }
span { border-color: rgb(46,32,87); }
td.TdClassName
{
border-color: #2E2057;
}
.TagClassName
{
border-color: #2E2057;
}
</style>