Shades of Paris M #2E255C
Tints of Paris M #2E255C
RGB
CMYK
RGB Variations
Color information
#2E255C (or 0x2E255C) is known color: Paris M. HEX triplet: 2E, 25 and 5C. RGB value is (46,37,92). Sum of RGB (Red+Green+Blue) = 46+37+92=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E255C is #D1DAA3. Grayscale: #2D2D2D. Windows color (decimal): -13752996 or 6038830. OLE color: 6038830.
HSL color Cylindrical-coordinate representation of color #2E255C: hue angle of 249.82º 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 #2E255C is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 37 | 92 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.64 |
| HSL | 249.82º | 0.43% | 0.25% | - |
| HSV(B) | 249.82º | 0.6% | 0.36% | - |
| XYZ | 3.72 | 2.68 | 10.45 | - |
| YUV | 45.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 92 | 0.50 | 0.60 | 0 | 0.64 | 249.82 | 0.43 | 0.25 |
| Hex | 2E | 25 | 5C | 32 | 3C | 0 | 40 | FA | 2B | 19 |
| Octal | 56 | 45 | 134 | 62 | 74 | 0 | 100 | 372 | 53 | 31 |
| Binary | 101110 | 100101 | 1011100 | 110010 | 111100 | 0 | 1000000 | 11111010 | 101011 | 11001 |
Color Harmonies of #2E255C
Complementary color
Monochromatic Colors of #2E255C
Black with #2E255C
Text Example
Text Example
White with #2E255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E255C; }
p { color: rgb(46,37,92); }
H1.HeaderClassName
{
color: #2E255C;
}
.AnyTagClassName
{
color: #2E255C;
}
</style>
background-color css
<style>
a { background-color: #2E255C; }
a { background-color: rgb(46,37,92); }
div.DivClassName
{
background-color: #2E255C;
}
.BgClassName
{
background-color: #2E255C;
}
</style>
border-color css
<style>
span { border-color: #2E255C; }
span { border-color: rgb(46,37,92); }
td.TdClassName
{
border-color: #2E255C;
}
.TagClassName
{
border-color: #2E255C;
}
</style>