Shades of Paris M #2E2266
Tints of Paris M #2E2266
RGB
CMYK
RGB Variations
Color information
#2E2266 (or 0x2E2266) is known color: Paris M. HEX triplet: 2E, 22 and 66. RGB value is (46,34,102). Sum of RGB (Red+Green+Blue) = 46+34+102=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2266 is #D1DD99. Grayscale: #2D2D2D. Windows color (decimal): -13753754 or 6693422. OLE color: 6693422.
HSL color Cylindrical-coordinate representation of color #2E2266: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2266 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 34 | 102 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.6 |
| HSL | 250.59º | 0.5% | 0.27% | - |
| HSV(B) | 250.59º | 0.67% | 0.4% | - |
| XYZ | 4.1 | 2.68 | 12.87 | - |
| YUV | 45.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 102 | 0.55 | 0.67 | 0 | 0.6 | 250.59 | 0.5 | 0.27 |
| Hex | 2E | 22 | 66 | 37 | 43 | 0 | 3C | FB | 32 | 1B |
| Octal | 56 | 42 | 146 | 67 | 103 | 0 | 74 | 373 | 62 | 33 |
| Binary | 101110 | 100010 | 1100110 | 110111 | 1000011 | 0 | 111100 | 11111011 | 110010 | 11011 |
Color Harmonies of #2E2266
Complementary color
Monochromatic Colors of #2E2266
Black with #2E2266
Text Example
Text Example
White with #2E2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2266; }
p { color: rgb(46,34,102); }
H1.HeaderClassName
{
color: #2E2266;
}
.AnyTagClassName
{
color: #2E2266;
}
</style>
background-color css
<style>
a { background-color: #2E2266; }
a { background-color: rgb(46,34,102); }
div.DivClassName
{
background-color: #2E2266;
}
.BgClassName
{
background-color: #2E2266;
}
</style>
border-color css
<style>
span { border-color: #2E2266; }
span { border-color: rgb(46,34,102); }
td.TdClassName
{
border-color: #2E2266;
}
.TagClassName
{
border-color: #2E2266;
}
</style>