Shades of Paris M #2E2565
Tints of Paris M #2E2565
RGB
CMYK
RGB Variations
Color information
#2E2565 (or 0x2E2565) is known color: Paris M. HEX triplet: 2E, 25 and 65. RGB value is (46,37,101). Sum of RGB (Red+Green+Blue) = 46+37+101=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2565 is #D1DA9A. Grayscale: #2E2E2E. Windows color (decimal): -13752987 or 6628654. OLE color: 6628654.
HSL color Cylindrical-coordinate representation of color #2E2565: hue angle of 248.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2565 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 37 | 101 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.60 |
| HSL | 248.44º | 0.46% | 0.27% | - |
| HSV(B) | 248.44º | 0.63% | 0.4% | - |
| XYZ | 4.14 | 2.84 | 12.64 | - |
| YUV | 46.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 101 | 0.54 | 0.63 | 0 | 0.60 | 248.44 | 0.46 | 0.27 |
| Hex | 2E | 25 | 65 | 36 | 3F | 0 | 3C | F8 | 2E | 1B |
| Octal | 56 | 45 | 145 | 66 | 77 | 0 | 74 | 370 | 56 | 33 |
| Binary | 101110 | 100101 | 1100101 | 110110 | 111111 | 0 | 111100 | 11111000 | 101110 | 11011 |
Color Harmonies of #2E2565
Complementary color
Monochromatic Colors of #2E2565
Black with #2E2565
Text Example
Text Example
White with #2E2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2565; }
p { color: rgb(46,37,101); }
H1.HeaderClassName
{
color: #2E2565;
}
.AnyTagClassName
{
color: #2E2565;
}
</style>
background-color css
<style>
a { background-color: #2E2565; }
a { background-color: rgb(46,37,101); }
div.DivClassName
{
background-color: #2E2565;
}
.BgClassName
{
background-color: #2E2565;
}
</style>
border-color css
<style>
span { border-color: #2E2565; }
span { border-color: rgb(46,37,101); }
td.TdClassName
{
border-color: #2E2565;
}
.TagClassName
{
border-color: #2E2565;
}
</style>