Shades of Paris M #2E205D
Tints of Paris M #2E205D
RGB
CMYK
RGB Variations
Color information
#2E205D (or 0x2E205D) is known color: Paris M. HEX triplet: 2E, 20 and 5D. RGB value is (46,32,93). Sum of RGB (Red+Green+Blue) = 46+32+93=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E205D is #D1DFA2. Grayscale: #2A2A2A. Windows color (decimal): -13754275 or 6103086. OLE color: 6103086.
HSL color Cylindrical-coordinate representation of color #2E205D: hue angle of 253.77º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E205D is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 32 | 93 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.64 |
| HSL | 253.77º | 0.49% | 0.25% | - |
| HSV(B) | 253.77º | 0.66% | 0.36% | - |
| XYZ | 3.62 | 2.4 | 10.63 | - |
| YUV | 43.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 93 | 0.51 | 0.66 | 0 | 0.64 | 253.77 | 0.49 | 0.25 |
| Hex | 2E | 20 | 5D | 33 | 42 | 0 | 40 | FE | 31 | 19 |
| Octal | 56 | 40 | 135 | 63 | 102 | 0 | 100 | 376 | 61 | 31 |
| Binary | 101110 | 100000 | 1011101 | 110011 | 1000010 | 0 | 1000000 | 11111110 | 110001 | 11001 |
Color Harmonies of #2E205D
Complementary color
Monochromatic Colors of #2E205D
Black with #2E205D
Text Example
Text Example
White with #2E205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E205D; }
p { color: rgb(46,32,93); }
H1.HeaderClassName
{
color: #2E205D;
}
.AnyTagClassName
{
color: #2E205D;
}
</style>
background-color css
<style>
a { background-color: #2E205D; }
a { background-color: rgb(46,32,93); }
div.DivClassName
{
background-color: #2E205D;
}
.BgClassName
{
background-color: #2E205D;
}
</style>
border-color css
<style>
span { border-color: #2E205D; }
span { border-color: rgb(46,32,93); }
td.TdClassName
{
border-color: #2E205D;
}
.TagClassName
{
border-color: #2E205D;
}
</style>