Shades of Paris M #2E2A62
Tints of Paris M #2E2A62
RGB
CMYK
RGB Variations
Color information
#2E2A62 (or 0x2E2A62) is known color: Paris M. HEX triplet: 2E, 2A and 62. RGB value is (46,42,98). Sum of RGB (Red+Green+Blue) = 46+42+98=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A62 is #D1D59D. Grayscale: #313131. Windows color (decimal): -13751710 or 6433326. OLE color: 6433326.
HSL color Cylindrical-coordinate representation of color #2E2A62: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2A62 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 42 | 98 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.62 |
| HSL | 244.29º | 0.4% | 0.27% | - |
| HSV(B) | 244.29º | 0.57% | 0.38% | - |
| XYZ | 4.16 | 3.12 | 11.94 | - |
| YUV | 49.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 98 | 0.53 | 0.57 | 0 | 0.62 | 244.29 | 0.4 | 0.27 |
| Hex | 2E | 2A | 62 | 35 | 39 | 0 | 3E | F4 | 28 | 1B |
| Octal | 56 | 52 | 142 | 65 | 71 | 0 | 76 | 364 | 50 | 33 |
| Binary | 101110 | 101010 | 1100010 | 110101 | 111001 | 0 | 111110 | 11110100 | 101000 | 11011 |
Color Harmonies of #2E2A62
Complementary color
Monochromatic Colors of #2E2A62
Black with #2E2A62
Text Example
Text Example
White with #2E2A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A62; }
p { color: rgb(46,42,98); }
H1.HeaderClassName
{
color: #2E2A62;
}
.AnyTagClassName
{
color: #2E2A62;
}
</style>
background-color css
<style>
a { background-color: #2E2A62; }
a { background-color: rgb(46,42,98); }
div.DivClassName
{
background-color: #2E2A62;
}
.BgClassName
{
background-color: #2E2A62;
}
</style>
border-color css
<style>
span { border-color: #2E2A62; }
span { border-color: rgb(46,42,98); }
td.TdClassName
{
border-color: #2E2A62;
}
.TagClassName
{
border-color: #2E2A62;
}
</style>