Shades of Paris M #2E1D6C
Tints of Paris M #2E1D6C
RGB
CMYK
RGB Variations
Color information
#2E1D6C (or 0x2E1D6C) is known color: Paris M. HEX triplet: 2E, 1D and 6C. RGB value is (46,29,108). Sum of RGB (Red+Green+Blue) = 46+29+108=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E1D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1D6C is #D1E293. Grayscale: #2A2A2A. Windows color (decimal): -13755028 or 7085358. OLE color: 7085358.
HSL color Cylindrical-coordinate representation of color #2E1D6C: hue angle of 252.91º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1D6C is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 29 | 108 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.58 |
| HSL | 252.91º | 0.58% | 0.27% | - |
| HSV(B) | 252.91º | 0.73% | 0.42% | - |
| XYZ | 4.27 | 2.54 | 14.45 | - |
| YUV | 43.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 108 | 0.57 | 0.73 | 0 | 0.58 | 252.91 | 0.58 | 0.27 |
| Hex | 2E | 1D | 6C | 39 | 49 | 0 | 3A | FD | 3A | 1B |
| Octal | 56 | 35 | 154 | 71 | 111 | 0 | 72 | 375 | 72 | 33 |
| Binary | 101110 | 11101 | 1101100 | 111001 | 1001001 | 0 | 111010 | 11111101 | 111010 | 11011 |
Color Harmonies of #2E1D6C
Complementary color
Monochromatic Colors of #2E1D6C
Black with #2E1D6C
Text Example
Text Example
White with #2E1D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D6C; }
p { color: rgb(46,29,108); }
H1.HeaderClassName
{
color: #2E1D6C;
}
.AnyTagClassName
{
color: #2E1D6C;
}
</style>
background-color css
<style>
a { background-color: #2E1D6C; }
a { background-color: rgb(46,29,108); }
div.DivClassName
{
background-color: #2E1D6C;
}
.BgClassName
{
background-color: #2E1D6C;
}
</style>
border-color css
<style>
span { border-color: #2E1D6C; }
span { border-color: rgb(46,29,108); }
td.TdClassName
{
border-color: #2E1D6C;
}
.TagClassName
{
border-color: #2E1D6C;
}
</style>