Shades of Paris M #2E235A
Tints of Paris M #2E235A
RGB
CMYK
RGB Variations
Color information
#2E235A (or 0x2E235A) is known color: Paris M. HEX triplet: 2E, 23 and 5A. RGB value is (46,35,90). Sum of RGB (Red+Green+Blue) = 46+35+90=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E235A is #D1DCA5. Grayscale: #2C2C2C. Windows color (decimal): -13753510 or 5907246. OLE color: 5907246.
HSL color Cylindrical-coordinate representation of color #2E235A: hue angle of 252º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E235A is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 35 | 90 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.65 |
| HSL | 252º | 0.44% | 0.25% | - |
| HSV(B) | 252º | 0.61% | 0.35% | - |
| XYZ | 3.57 | 2.52 | 9.97 | - |
| YUV | 44.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 90 | 0.49 | 0.61 | 0 | 0.65 | 252 | 0.44 | 0.25 |
| Hex | 2E | 23 | 5A | 31 | 3D | 0 | 41 | FC | 2C | 19 |
| Octal | 56 | 43 | 132 | 61 | 75 | 0 | 101 | 374 | 54 | 31 |
| Binary | 101110 | 100011 | 1011010 | 110001 | 111101 | 0 | 1000001 | 11111100 | 101100 | 11001 |
Color Harmonies of #2E235A
Complementary color
Monochromatic Colors of #2E235A
Black with #2E235A
Text Example
Text Example
White with #2E235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E235A; }
p { color: rgb(46,35,90); }
H1.HeaderClassName
{
color: #2E235A;
}
.AnyTagClassName
{
color: #2E235A;
}
</style>
background-color css
<style>
a { background-color: #2E235A; }
a { background-color: rgb(46,35,90); }
div.DivClassName
{
background-color: #2E235A;
}
.BgClassName
{
background-color: #2E235A;
}
</style>
border-color css
<style>
span { border-color: #2E235A; }
span { border-color: rgb(46,35,90); }
td.TdClassName
{
border-color: #2E235A;
}
.TagClassName
{
border-color: #2E235A;
}
</style>