Shades of Paris M #2E2069
Tints of Paris M #2E2069
RGB
CMYK
RGB Variations
Color information
#2E2069 (or 0x2E2069) is known color: Paris M. HEX triplet: 2E, 20 and 69. RGB value is (46,32,105). Sum of RGB (Red+Green+Blue) = 46+32+105=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2069 is #D1DF96. Grayscale: #2C2C2C. Windows color (decimal): -13754263 or 6889518. OLE color: 6889518.
HSL color Cylindrical-coordinate representation of color #2E2069: hue angle of 251.51º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2069 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 32 | 105 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.59 |
| HSL | 251.51º | 0.53% | 0.27% | - |
| HSV(B) | 251.51º | 0.7% | 0.41% | - |
| XYZ | 4.19 | 2.63 | 13.65 | - |
| YUV | 44.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 105 | 0.56 | 0.70 | 0 | 0.59 | 251.51 | 0.53 | 0.27 |
| Hex | 2E | 20 | 69 | 38 | 46 | 0 | 3B | FC | 35 | 1B |
| Octal | 56 | 40 | 151 | 70 | 106 | 0 | 73 | 374 | 65 | 33 |
| Binary | 101110 | 100000 | 1101001 | 111000 | 1000110 | 0 | 111011 | 11111100 | 110101 | 11011 |
Color Harmonies of #2E2069
Complementary color
Monochromatic Colors of #2E2069
Black with #2E2069
Text Example
Text Example
White with #2E2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2069; }
p { color: rgb(46,32,105); }
H1.HeaderClassName
{
color: #2E2069;
}
.AnyTagClassName
{
color: #2E2069;
}
</style>
background-color css
<style>
a { background-color: #2E2069; }
a { background-color: rgb(46,32,105); }
div.DivClassName
{
background-color: #2E2069;
}
.BgClassName
{
background-color: #2E2069;
}
</style>
border-color css
<style>
span { border-color: #2E2069; }
span { border-color: rgb(46,32,105); }
td.TdClassName
{
border-color: #2E2069;
}
.TagClassName
{
border-color: #2E2069;
}
</style>