Shades of Paris M #2E2275
Tints of Paris M #2E2275
RGB
CMYK
RGB Variations
Color information
#2E2275 (or 0x2E2275) is known color: Paris M. HEX triplet: 2E, 22 and 75. RGB value is (46,34,117). Sum of RGB (Red+Green+Blue) = 46+34+117=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E2275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2275 is #D1DD8A. Grayscale: #2E2E2E. Windows color (decimal): -13753739 or 7676462. OLE color: 7676462.
HSL color Cylindrical-coordinate representation of color #2E2275: hue angle of 248.67º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E2275 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 34 | 117 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.54 |
| HSL | 248.67º | 0.55% | 0.3% | - |
| HSV(B) | 248.67º | 0.71% | 0.46% | - |
| XYZ | 4.91 | 3.01 | 17.15 | - |
| YUV | 47.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 117 | 0.61 | 0.71 | 0 | 0.54 | 248.67 | 0.55 | 0.3 |
| Hex | 2E | 22 | 75 | 3D | 47 | 0 | 36 | F9 | 37 | 1E |
| Octal | 56 | 42 | 165 | 75 | 107 | 0 | 66 | 371 | 67 | 36 |
| Binary | 101110 | 100010 | 1110101 | 111101 | 1000111 | 0 | 110110 | 11111001 | 110111 | 11110 |
Color Harmonies of #2E2275
Complementary color
Monochromatic Colors of #2E2275
Black with #2E2275
Text Example
Text Example
White with #2E2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2275; }
p { color: rgb(46,34,117); }
H1.HeaderClassName
{
color: #2E2275;
}
.AnyTagClassName
{
color: #2E2275;
}
</style>
background-color css
<style>
a { background-color: #2E2275; }
a { background-color: rgb(46,34,117); }
div.DivClassName
{
background-color: #2E2275;
}
.BgClassName
{
background-color: #2E2275;
}
</style>
border-color css
<style>
span { border-color: #2E2275; }
span { border-color: rgb(46,34,117); }
td.TdClassName
{
border-color: #2E2275;
}
.TagClassName
{
border-color: #2E2275;
}
</style>