Shades of Paris M #2E276D
Tints of Paris M #2E276D
RGB
CMYK
RGB Variations
Color information
#2E276D (or 0x2E276D) is known color: Paris M. HEX triplet: 2E, 27 and 6D. RGB value is (46,39,109). Sum of RGB (Red+Green+Blue) = 46+39+109=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E276D is #D1D892. Grayscale: #303030. Windows color (decimal): -13752467 or 7153454. OLE color: 7153454.
HSL color Cylindrical-coordinate representation of color #2E276D: hue angle of 246º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E276D is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 39 | 109 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.57 |
| HSL | 246º | 0.47% | 0.29% | - |
| HSV(B) | 246º | 0.64% | 0.43% | - |
| XYZ | 4.61 | 3.14 | 14.83 | - |
| YUV | 49.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 109 | 0.58 | 0.64 | 0 | 0.57 | 246 | 0.47 | 0.29 |
| Hex | 2E | 27 | 6D | 3A | 40 | 0 | 39 | F6 | 2F | 1D |
| Octal | 56 | 47 | 155 | 72 | 100 | 0 | 71 | 366 | 57 | 35 |
| Binary | 101110 | 100111 | 1101101 | 111010 | 1000000 | 0 | 111001 | 11110110 | 101111 | 11101 |
Color Harmonies of #2E276D
Complementary color
Monochromatic Colors of #2E276D
Black with #2E276D
Text Example
Text Example
White with #2E276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E276D; }
p { color: rgb(46,39,109); }
H1.HeaderClassName
{
color: #2E276D;
}
.AnyTagClassName
{
color: #2E276D;
}
</style>
background-color css
<style>
a { background-color: #2E276D; }
a { background-color: rgb(46,39,109); }
div.DivClassName
{
background-color: #2E276D;
}
.BgClassName
{
background-color: #2E276D;
}
</style>
border-color css
<style>
span { border-color: #2E276D; }
span { border-color: rgb(46,39,109); }
td.TdClassName
{
border-color: #2E276D;
}
.TagClassName
{
border-color: #2E276D;
}
</style>