Shades of Paris M #2E245B
Tints of Paris M #2E245B
RGB
CMYK
RGB Variations
Color information
#2E245B (or 0x2E245B) is known color: Paris M. HEX triplet: 2E, 24 and 5B. RGB value is (46,36,91). Sum of RGB (Red+Green+Blue) = 46+36+91=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E245B is #D1DBA4. Grayscale: #2D2D2D. Windows color (decimal): -13753253 or 5973038. OLE color: 5973038.
HSL color Cylindrical-coordinate representation of color #2E245B: hue angle of 250.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E245B is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 36 | 91 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.64 |
| HSL | 250.91º | 0.43% | 0.25% | - |
| HSV(B) | 250.91º | 0.6% | 0.36% | - |
| XYZ | 3.65 | 2.6 | 10.21 | - |
| YUV | 45.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 91 | 0.49 | 0.60 | 0 | 0.64 | 250.91 | 0.43 | 0.25 |
| Hex | 2E | 24 | 5B | 31 | 3C | 0 | 40 | FB | 2B | 19 |
| Octal | 56 | 44 | 133 | 61 | 74 | 0 | 100 | 373 | 53 | 31 |
| Binary | 101110 | 100100 | 1011011 | 110001 | 111100 | 0 | 1000000 | 11111011 | 101011 | 11001 |
Color Harmonies of #2E245B
Complementary color
Monochromatic Colors of #2E245B
Black with #2E245B
Text Example
Text Example
White with #2E245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E245B; }
p { color: rgb(46,36,91); }
H1.HeaderClassName
{
color: #2E245B;
}
.AnyTagClassName
{
color: #2E245B;
}
</style>
background-color css
<style>
a { background-color: #2E245B; }
a { background-color: rgb(46,36,91); }
div.DivClassName
{
background-color: #2E245B;
}
.BgClassName
{
background-color: #2E245B;
}
</style>
border-color css
<style>
span { border-color: #2E245B; }
span { border-color: rgb(46,36,91); }
td.TdClassName
{
border-color: #2E245B;
}
.TagClassName
{
border-color: #2E245B;
}
</style>