Shades of Paris M #2E2060
Tints of Paris M #2E2060
RGB
CMYK
RGB Variations
Color information
#2E2060 (or 0x2E2060) is known color: Paris M. HEX triplet: 2E, 20 and 60. RGB value is (46,32,96). Sum of RGB (Red+Green+Blue) = 46+32+96=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2060 is #D1DF9F. Grayscale: #2B2B2B. Windows color (decimal): -13754272 or 6299694. OLE color: 6299694.
HSL color Cylindrical-coordinate representation of color #2E2060: hue angle of 253.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2060 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 32 | 96 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.62 |
| HSL | 253.13º | 0.5% | 0.25% | - |
| HSV(B) | 253.13º | 0.67% | 0.38% | - |
| XYZ | 3.75 | 2.46 | 11.34 | - |
| YUV | 43.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 96 | 0.52 | 0.67 | 0 | 0.62 | 253.13 | 0.5 | 0.25 |
| Hex | 2E | 20 | 60 | 34 | 43 | 0 | 3E | FD | 32 | 19 |
| Octal | 56 | 40 | 140 | 64 | 103 | 0 | 76 | 375 | 62 | 31 |
| Binary | 101110 | 100000 | 1100000 | 110100 | 1000011 | 0 | 111110 | 11111101 | 110010 | 11001 |
Color Harmonies of #2E2060
Complementary color
Monochromatic Colors of #2E2060
Black with #2E2060
Text Example
Text Example
White with #2E2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2060; }
p { color: rgb(46,32,96); }
H1.HeaderClassName
{
color: #2E2060;
}
.AnyTagClassName
{
color: #2E2060;
}
</style>
background-color css
<style>
a { background-color: #2E2060; }
a { background-color: rgb(46,32,96); }
div.DivClassName
{
background-color: #2E2060;
}
.BgClassName
{
background-color: #2E2060;
}
</style>
border-color css
<style>
span { border-color: #2E2060; }
span { border-color: rgb(46,32,96); }
td.TdClassName
{
border-color: #2E2060;
}
.TagClassName
{
border-color: #2E2060;
}
</style>