Shades of Paris M #2E2666
Tints of Paris M #2E2666
RGB
CMYK
RGB Variations
Color information
#2E2666 (or 0x2E2666) is known color: Paris M. HEX triplet: 2E, 26 and 66. RGB value is (46,38,102). Sum of RGB (Red+Green+Blue) = 46+38+102=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2666 is #D1D999. Grayscale: #2F2F2F. Windows color (decimal): -13752730 or 6694446. OLE color: 6694446.
HSL color Cylindrical-coordinate representation of color #2E2666: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2666 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 38 | 102 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.6 |
| HSL | 247.5º | 0.46% | 0.27% | - |
| HSV(B) | 247.5º | 0.63% | 0.4% | - |
| XYZ | 4.22 | 2.93 | 12.91 | - |
| YUV | 47.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 102 | 0.55 | 0.63 | 0 | 0.6 | 247.5 | 0.46 | 0.27 |
| Hex | 2E | 26 | 66 | 37 | 3F | 0 | 3C | F8 | 2E | 1B |
| Octal | 56 | 46 | 146 | 67 | 77 | 0 | 74 | 370 | 56 | 33 |
| Binary | 101110 | 100110 | 1100110 | 110111 | 111111 | 0 | 111100 | 11111000 | 101110 | 11011 |
Color Harmonies of #2E2666
Complementary color
Monochromatic Colors of #2E2666
Black with #2E2666
Text Example
Text Example
White with #2E2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2666; }
p { color: rgb(46,38,102); }
H1.HeaderClassName
{
color: #2E2666;
}
.AnyTagClassName
{
color: #2E2666;
}
</style>
background-color css
<style>
a { background-color: #2E2666; }
a { background-color: rgb(46,38,102); }
div.DivClassName
{
background-color: #2E2666;
}
.BgClassName
{
background-color: #2E2666;
}
</style>
border-color css
<style>
span { border-color: #2E2666; }
span { border-color: rgb(46,38,102); }
td.TdClassName
{
border-color: #2E2666;
}
.TagClassName
{
border-color: #2E2666;
}
</style>