Shades of Paris M #2E2265
Tints of Paris M #2E2265
RGB
CMYK
RGB Variations
Color information
#2E2265 (or 0x2E2265) is known color: Paris M. HEX triplet: 2E, 22 and 65. RGB value is (46,34,101). Sum of RGB (Red+Green+Blue) = 46+34+101=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2265 is #D1DD9A. Grayscale: #2C2C2C. Windows color (decimal): -13753755 or 6627886. OLE color: 6627886.
HSL color Cylindrical-coordinate representation of color #2E2265: hue angle of 250.75º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2265 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 34 | 101 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.60 |
| HSL | 250.75º | 0.5% | 0.26% | - |
| HSV(B) | 250.75º | 0.66% | 0.4% | - |
| XYZ | 4.05 | 2.66 | 12.61 | - |
| YUV | 45.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 101 | 0.54 | 0.66 | 0 | 0.60 | 250.75 | 0.5 | 0.26 |
| Hex | 2E | 22 | 65 | 36 | 42 | 0 | 3C | FB | 32 | 1A |
| Octal | 56 | 42 | 145 | 66 | 102 | 0 | 74 | 373 | 62 | 32 |
| Binary | 101110 | 100010 | 1100101 | 110110 | 1000010 | 0 | 111100 | 11111011 | 110010 | 11010 |
Color Harmonies of #2E2265
Complementary color
Monochromatic Colors of #2E2265
Black with #2E2265
Text Example
Text Example
White with #2E2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2265; }
p { color: rgb(46,34,101); }
H1.HeaderClassName
{
color: #2E2265;
}
.AnyTagClassName
{
color: #2E2265;
}
</style>
background-color css
<style>
a { background-color: #2E2265; }
a { background-color: rgb(46,34,101); }
div.DivClassName
{
background-color: #2E2265;
}
.BgClassName
{
background-color: #2E2265;
}
</style>
border-color css
<style>
span { border-color: #2E2265; }
span { border-color: rgb(46,34,101); }
td.TdClassName
{
border-color: #2E2265;
}
.TagClassName
{
border-color: #2E2265;
}
</style>