Shades of Paris M #2E2470
Tints of Paris M #2E2470
RGB
CMYK
RGB Variations
Color information
#2E2470 (or 0x2E2470) is known color: Paris M. HEX triplet: 2E, 24 and 70. RGB value is (46,36,112). Sum of RGB (Red+Green+Blue) = 46+36+112=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2470 is #D1DB8F. Grayscale: #2F2F2F. Windows color (decimal): -13753232 or 7349294. OLE color: 7349294.
HSL color Cylindrical-coordinate representation of color #2E2470: hue angle of 247.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2470 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 36 | 112 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.56 |
| HSL | 247.89º | 0.51% | 0.29% | - |
| HSV(B) | 247.89º | 0.68% | 0.44% | - |
| XYZ | 4.68 | 3.01 | 15.66 | - |
| YUV | 47.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 112 | 0.59 | 0.68 | 0 | 0.56 | 247.89 | 0.51 | 0.29 |
| Hex | 2E | 24 | 70 | 3B | 44 | 0 | 38 | F8 | 33 | 1D |
| Octal | 56 | 44 | 160 | 73 | 104 | 0 | 70 | 370 | 63 | 35 |
| Binary | 101110 | 100100 | 1110000 | 111011 | 1000100 | 0 | 111000 | 11111000 | 110011 | 11101 |
Color Harmonies of #2E2470
Complementary color
Monochromatic Colors of #2E2470
Black with #2E2470
Text Example
Text Example
White with #2E2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2470; }
p { color: rgb(46,36,112); }
H1.HeaderClassName
{
color: #2E2470;
}
.AnyTagClassName
{
color: #2E2470;
}
</style>
background-color css
<style>
a { background-color: #2E2470; }
a { background-color: rgb(46,36,112); }
div.DivClassName
{
background-color: #2E2470;
}
.BgClassName
{
background-color: #2E2470;
}
</style>
border-color css
<style>
span { border-color: #2E2470; }
span { border-color: rgb(46,36,112); }
td.TdClassName
{
border-color: #2E2470;
}
.TagClassName
{
border-color: #2E2470;
}
</style>