Shades of Paris M #2E285F
Tints of Paris M #2E285F
RGB
CMYK
RGB Variations
Color information
#2E285F (or 0x2E285F) is known color: Paris M. HEX triplet: 2E, 28 and 5F. RGB value is (46,40,95). Sum of RGB (Red+Green+Blue) = 46+40+95=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E285F is #D1D7A0. Grayscale: #2F2F2F. Windows color (decimal): -13752225 or 6236206. OLE color: 6236206.
HSL color Cylindrical-coordinate representation of color #2E285F: hue angle of 246.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E285F is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 40 | 95 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.63 |
| HSL | 246.55º | 0.41% | 0.26% | - |
| HSV(B) | 246.55º | 0.58% | 0.37% | - |
| XYZ | 3.95 | 2.92 | 11.18 | - |
| YUV | 48.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 95 | 0.52 | 0.58 | 0 | 0.63 | 246.55 | 0.41 | 0.26 |
| Hex | 2E | 28 | 5F | 34 | 3A | 0 | 3F | F7 | 29 | 1A |
| Octal | 56 | 50 | 137 | 64 | 72 | 0 | 77 | 367 | 51 | 32 |
| Binary | 101110 | 101000 | 1011111 | 110100 | 111010 | 0 | 111111 | 11110111 | 101001 | 11010 |
Color Harmonies of #2E285F
Complementary color
Monochromatic Colors of #2E285F
Black with #2E285F
Text Example
Text Example
White with #2E285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E285F; }
p { color: rgb(46,40,95); }
H1.HeaderClassName
{
color: #2E285F;
}
.AnyTagClassName
{
color: #2E285F;
}
</style>
background-color css
<style>
a { background-color: #2E285F; }
a { background-color: rgb(46,40,95); }
div.DivClassName
{
background-color: #2E285F;
}
.BgClassName
{
background-color: #2E285F;
}
</style>
border-color css
<style>
span { border-color: #2E285F; }
span { border-color: rgb(46,40,95); }
td.TdClassName
{
border-color: #2E285F;
}
.TagClassName
{
border-color: #2E285F;
}
</style>