Shades of Paris M #2E225C
Tints of Paris M #2E225C
RGB
CMYK
RGB Variations
Color information
#2E225C (or 0x2E225C) is known color: Paris M. HEX triplet: 2E, 22 and 5C. RGB value is (46,34,92). Sum of RGB (Red+Green+Blue) = 46+34+92=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E225C is #D1DDA3. Grayscale: #2B2B2B. Windows color (decimal): -13753764 or 6038062. OLE color: 6038062.
HSL color Cylindrical-coordinate representation of color #2E225C: hue angle of 252.41º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E225C is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 34 | 92 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.64 |
| HSL | 252.41º | 0.46% | 0.25% | - |
| HSV(B) | 252.41º | 0.63% | 0.36% | - |
| XYZ | 3.63 | 2.5 | 10.42 | - |
| YUV | 44.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 92 | 0.50 | 0.63 | 0 | 0.64 | 252.41 | 0.46 | 0.25 |
| Hex | 2E | 22 | 5C | 32 | 3F | 0 | 40 | FC | 2E | 19 |
| Octal | 56 | 42 | 134 | 62 | 77 | 0 | 100 | 374 | 56 | 31 |
| Binary | 101110 | 100010 | 1011100 | 110010 | 111111 | 0 | 1000000 | 11111100 | 101110 | 11001 |
Color Harmonies of #2E225C
Complementary color
Monochromatic Colors of #2E225C
Black with #2E225C
Text Example
Text Example
White with #2E225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E225C; }
p { color: rgb(46,34,92); }
H1.HeaderClassName
{
color: #2E225C;
}
.AnyTagClassName
{
color: #2E225C;
}
</style>
background-color css
<style>
a { background-color: #2E225C; }
a { background-color: rgb(46,34,92); }
div.DivClassName
{
background-color: #2E225C;
}
.BgClassName
{
background-color: #2E225C;
}
</style>
border-color css
<style>
span { border-color: #2E225C; }
span { border-color: rgb(46,34,92); }
td.TdClassName
{
border-color: #2E225C;
}
.TagClassName
{
border-color: #2E225C;
}
</style>