Shades of Paris M #2E266E
Tints of Paris M #2E266E
RGB
CMYK
RGB Variations
Color information
#2E266E (or 0x2E266E) is known color: Paris M. HEX triplet: 2E, 26 and 6E. RGB value is (46,38,110). Sum of RGB (Red+Green+Blue) = 46+38+110=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E266E is #D1D991. Grayscale: #303030. Windows color (decimal): -13752722 or 7218734. OLE color: 7218734.
HSL color Cylindrical-coordinate representation of color #2E266E: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E266E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 38 | 110 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.57 |
| HSL | 246.67º | 0.49% | 0.29% | - |
| HSV(B) | 246.67º | 0.65% | 0.43% | - |
| XYZ | 4.63 | 3.09 | 15.1 | - |
| YUV | 48.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 110 | 0.58 | 0.65 | 0 | 0.57 | 246.67 | 0.49 | 0.29 |
| Hex | 2E | 26 | 6E | 3A | 41 | 0 | 39 | F7 | 31 | 1D |
| Octal | 56 | 46 | 156 | 72 | 101 | 0 | 71 | 367 | 61 | 35 |
| Binary | 101110 | 100110 | 1101110 | 111010 | 1000001 | 0 | 111001 | 11110111 | 110001 | 11101 |
Color Harmonies of #2E266E
Complementary color
Monochromatic Colors of #2E266E
Black with #2E266E
Text Example
Text Example
White with #2E266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E266E; }
p { color: rgb(46,38,110); }
H1.HeaderClassName
{
color: #2E266E;
}
.AnyTagClassName
{
color: #2E266E;
}
</style>
background-color css
<style>
a { background-color: #2E266E; }
a { background-color: rgb(46,38,110); }
div.DivClassName
{
background-color: #2E266E;
}
.BgClassName
{
background-color: #2E266E;
}
</style>
border-color css
<style>
span { border-color: #2E266E; }
span { border-color: rgb(46,38,110); }
td.TdClassName
{
border-color: #2E266E;
}
.TagClassName
{
border-color: #2E266E;
}
</style>