Shades of Paris M #2E2168
Tints of Paris M #2E2168
RGB
CMYK
RGB Variations
Color information
#2E2168 (or 0x2E2168) is known color: Paris M. HEX triplet: 2E, 21 and 68. RGB value is (46,33,104). Sum of RGB (Red+Green+Blue) = 46+33+104=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2168 is #D1DE97. Grayscale: #2C2C2C. Windows color (decimal): -13754008 or 6824238. OLE color: 6824238.
HSL color Cylindrical-coordinate representation of color #2E2168: hue angle of 250.99º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2168 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 33 | 104 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.59 |
| HSL | 250.99º | 0.52% | 0.27% | - |
| HSV(B) | 250.99º | 0.68% | 0.41% | - |
| XYZ | 4.17 | 2.67 | 13.39 | - |
| YUV | 44.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 104 | 0.56 | 0.68 | 0 | 0.59 | 250.99 | 0.52 | 0.27 |
| Hex | 2E | 21 | 68 | 38 | 44 | 0 | 3B | FB | 34 | 1B |
| Octal | 56 | 41 | 150 | 70 | 104 | 0 | 73 | 373 | 64 | 33 |
| Binary | 101110 | 100001 | 1101000 | 111000 | 1000100 | 0 | 111011 | 11111011 | 110100 | 11011 |
Color Harmonies of #2E2168
Complementary color
Monochromatic Colors of #2E2168
Black with #2E2168
Text Example
Text Example
White with #2E2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2168; }
p { color: rgb(46,33,104); }
H1.HeaderClassName
{
color: #2E2168;
}
.AnyTagClassName
{
color: #2E2168;
}
</style>
background-color css
<style>
a { background-color: #2E2168; }
a { background-color: rgb(46,33,104); }
div.DivClassName
{
background-color: #2E2168;
}
.BgClassName
{
background-color: #2E2168;
}
</style>
border-color css
<style>
span { border-color: #2E2168; }
span { border-color: rgb(46,33,104); }
td.TdClassName
{
border-color: #2E2168;
}
.TagClassName
{
border-color: #2E2168;
}
</style>