Shades of Paris M #2E255F
Tints of Paris M #2E255F
RGB
CMYK
RGB Variations
Color information
#2E255F (or 0x2E255F) is known color: Paris M. HEX triplet: 2E, 25 and 5F. RGB value is (46,37,95). Sum of RGB (Red+Green+Blue) = 46+37+95=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E255F is #D1DAA0. Grayscale: #2E2E2E. Windows color (decimal): -13752993 or 6235438. OLE color: 6235438.
HSL color Cylindrical-coordinate representation of color #2E255F: hue angle of 249.31º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E255F is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 37 | 95 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.63 |
| HSL | 249.31º | 0.44% | 0.26% | - |
| HSV(B) | 249.31º | 0.61% | 0.37% | - |
| XYZ | 3.85 | 2.73 | 11.15 | - |
| YUV | 46.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 95 | 0.52 | 0.61 | 0 | 0.63 | 249.31 | 0.44 | 0.26 |
| Hex | 2E | 25 | 5F | 34 | 3D | 0 | 3F | F9 | 2C | 1A |
| Octal | 56 | 45 | 137 | 64 | 75 | 0 | 77 | 371 | 54 | 32 |
| Binary | 101110 | 100101 | 1011111 | 110100 | 111101 | 0 | 111111 | 11111001 | 101100 | 11010 |
Color Harmonies of #2E255F
Complementary color
Monochromatic Colors of #2E255F
Black with #2E255F
Text Example
Text Example
White with #2E255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E255F; }
p { color: rgb(46,37,95); }
H1.HeaderClassName
{
color: #2E255F;
}
.AnyTagClassName
{
color: #2E255F;
}
</style>
background-color css
<style>
a { background-color: #2E255F; }
a { background-color: rgb(46,37,95); }
div.DivClassName
{
background-color: #2E255F;
}
.BgClassName
{
background-color: #2E255F;
}
</style>
border-color css
<style>
span { border-color: #2E255F; }
span { border-color: rgb(46,37,95); }
td.TdClassName
{
border-color: #2E255F;
}
.TagClassName
{
border-color: #2E255F;
}
</style>