Shades of Paris M #2E225B
Tints of Paris M #2E225B
RGB
CMYK
RGB Variations
Color information
#2E225B (or 0x2E225B) is known color: Paris M. HEX triplet: 2E, 22 and 5B. RGB value is (46,34,91). Sum of RGB (Red+Green+Blue) = 46+34+91=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E225B is #D1DDA4. Grayscale: #2B2B2B. Windows color (decimal): -13753765 or 5972526. OLE color: 5972526.
HSL color Cylindrical-coordinate representation of color #2E225B: hue angle of 252.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E225B is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 34 | 91 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.64 |
| HSL | 252.63º | 0.46% | 0.25% | - |
| HSV(B) | 252.63º | 0.63% | 0.36% | - |
| XYZ | 3.59 | 2.48 | 10.19 | - |
| YUV | 44.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 91 | 0.49 | 0.63 | 0 | 0.64 | 252.63 | 0.46 | 0.25 |
| Hex | 2E | 22 | 5B | 31 | 3F | 0 | 40 | FD | 2E | 19 |
| Octal | 56 | 42 | 133 | 61 | 77 | 0 | 100 | 375 | 56 | 31 |
| Binary | 101110 | 100010 | 1011011 | 110001 | 111111 | 0 | 1000000 | 11111101 | 101110 | 11001 |
Color Harmonies of #2E225B
Complementary color
Monochromatic Colors of #2E225B
Black with #2E225B
Text Example
Text Example
White with #2E225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E225B; }
p { color: rgb(46,34,91); }
H1.HeaderClassName
{
color: #2E225B;
}
.AnyTagClassName
{
color: #2E225B;
}
</style>
background-color css
<style>
a { background-color: #2E225B; }
a { background-color: rgb(46,34,91); }
div.DivClassName
{
background-color: #2E225B;
}
.BgClassName
{
background-color: #2E225B;
}
</style>
border-color css
<style>
span { border-color: #2E225B; }
span { border-color: rgb(46,34,91); }
td.TdClassName
{
border-color: #2E225B;
}
.TagClassName
{
border-color: #2E225B;
}
</style>