Shades of Paris M #2E2062
Tints of Paris M #2E2062
RGB
CMYK
RGB Variations
Color information
#2E2062 (or 0x2E2062) is known color: Paris M. HEX triplet: 2E, 20 and 62. RGB value is (46,32,98). Sum of RGB (Red+Green+Blue) = 46+32+98=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2062 is #D1DF9D. Grayscale: #2B2B2B. Windows color (decimal): -13754270 or 6430766. OLE color: 6430766.
HSL color Cylindrical-coordinate representation of color #2E2062: hue angle of 252.73º degrees, saturation: 0.51, 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 #2E2062 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 32 | 98 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.62 |
| HSL | 252.73º | 0.51% | 0.25% | - |
| HSV(B) | 252.73º | 0.67% | 0.38% | - |
| XYZ | 3.85 | 2.5 | 11.83 | - |
| YUV | 43.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 98 | 0.53 | 0.67 | 0 | 0.62 | 252.73 | 0.51 | 0.25 |
| Hex | 2E | 20 | 62 | 35 | 43 | 0 | 3E | FD | 33 | 19 |
| Octal | 56 | 40 | 142 | 65 | 103 | 0 | 76 | 375 | 63 | 31 |
| Binary | 101110 | 100000 | 1100010 | 110101 | 1000011 | 0 | 111110 | 11111101 | 110011 | 11001 |
Color Harmonies of #2E2062
Complementary color
Monochromatic Colors of #2E2062
Black with #2E2062
Text Example
Text Example
White with #2E2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2062; }
p { color: rgb(46,32,98); }
H1.HeaderClassName
{
color: #2E2062;
}
.AnyTagClassName
{
color: #2E2062;
}
</style>
background-color css
<style>
a { background-color: #2E2062; }
a { background-color: rgb(46,32,98); }
div.DivClassName
{
background-color: #2E2062;
}
.BgClassName
{
background-color: #2E2062;
}
</style>
border-color css
<style>
span { border-color: #2E2062; }
span { border-color: rgb(46,32,98); }
td.TdClassName
{
border-color: #2E2062;
}
.TagClassName
{
border-color: #2E2062;
}
</style>