Shades of Paris M #2E245A
Tints of Paris M #2E245A
RGB
CMYK
RGB Variations
Color information
#2E245A (or 0x2E245A) is known color: Paris M. HEX triplet: 2E, 24 and 5A. RGB value is (46,36,90). Sum of RGB (Red+Green+Blue) = 46+36+90=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E245A is #D1DBA5. Grayscale: #2C2C2C. Windows color (decimal): -13753254 or 5907502. OLE color: 5907502.
HSL color Cylindrical-coordinate representation of color #2E245A: hue angle of 251.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E245A is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 36 | 90 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.65 |
| HSL | 251.11º | 0.43% | 0.25% | - |
| HSV(B) | 251.11º | 0.6% | 0.35% | - |
| XYZ | 3.6 | 2.58 | 9.98 | - |
| YUV | 45.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 90 | 0.49 | 0.60 | 0 | 0.65 | 251.11 | 0.43 | 0.25 |
| Hex | 2E | 24 | 5A | 31 | 3C | 0 | 41 | FB | 2B | 19 |
| Octal | 56 | 44 | 132 | 61 | 74 | 0 | 101 | 373 | 53 | 31 |
| Binary | 101110 | 100100 | 1011010 | 110001 | 111100 | 0 | 1000001 | 11111011 | 101011 | 11001 |
Color Harmonies of #2E245A
Complementary color
Monochromatic Colors of #2E245A
Black with #2E245A
Text Example
Text Example
White with #2E245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E245A; }
p { color: rgb(46,36,90); }
H1.HeaderClassName
{
color: #2E245A;
}
.AnyTagClassName
{
color: #2E245A;
}
</style>
background-color css
<style>
a { background-color: #2E245A; }
a { background-color: rgb(46,36,90); }
div.DivClassName
{
background-color: #2E245A;
}
.BgClassName
{
background-color: #2E245A;
}
</style>
border-color css
<style>
span { border-color: #2E245A; }
span { border-color: rgb(46,36,90); }
td.TdClassName
{
border-color: #2E245A;
}
.TagClassName
{
border-color: #2E245A;
}
</style>