Shades of Paris M #2E2C5C
Tints of Paris M #2E2C5C
RGB
CMYK
RGB Variations
Color information
#2E2C5C (or 0x2E2C5C) is known color: Paris M. HEX triplet: 2E, 2C and 5C. RGB value is (46,44,92). Sum of RGB (Red+Green+Blue) = 46+44+92=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E2C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C5C is #D1D3A3. Grayscale: #313131. Windows color (decimal): -13751204 or 6040622. OLE color: 6040622.
HSL color Cylindrical-coordinate representation of color #2E2C5C: hue angle of 242.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2C5C is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 44 | 92 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.64 |
| HSL | 242.5º | 0.35% | 0.27% | - |
| HSV(B) | 242.5º | 0.52% | 0.36% | - |
| XYZ | 3.96 | 3.15 | 10.53 | - |
| YUV | 50.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 92 | 0.50 | 0.52 | 0 | 0.64 | 242.5 | 0.35 | 0.27 |
| Hex | 2E | 2C | 5C | 32 | 34 | 0 | 40 | F2 | 23 | 1B |
| Octal | 56 | 54 | 134 | 62 | 64 | 0 | 100 | 362 | 43 | 33 |
| Binary | 101110 | 101100 | 1011100 | 110010 | 110100 | 0 | 1000000 | 11110010 | 100011 | 11011 |
Color Harmonies of #2E2C5C
Complementary color
Monochromatic Colors of #2E2C5C
Black with #2E2C5C
Text Example
Text Example
White with #2E2C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C5C; }
p { color: rgb(46,44,92); }
H1.HeaderClassName
{
color: #2E2C5C;
}
.AnyTagClassName
{
color: #2E2C5C;
}
</style>
background-color css
<style>
a { background-color: #2E2C5C; }
a { background-color: rgb(46,44,92); }
div.DivClassName
{
background-color: #2E2C5C;
}
.BgClassName
{
background-color: #2E2C5C;
}
</style>
border-color css
<style>
span { border-color: #2E2C5C; }
span { border-color: rgb(46,44,92); }
td.TdClassName
{
border-color: #2E2C5C;
}
.TagClassName
{
border-color: #2E2C5C;
}
</style>