Shades of Paris M #2E276A
Tints of Paris M #2E276A
RGB
CMYK
RGB Variations
Color information
#2E276A (or 0x2E276A) is known color: Paris M. HEX triplet: 2E, 27 and 6A. RGB value is (46,39,106). Sum of RGB (Red+Green+Blue) = 46+39+106=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E276A is #D1D895. Grayscale: #303030. Windows color (decimal): -13752470 or 6956846. OLE color: 6956846.
HSL color Cylindrical-coordinate representation of color #2E276A: hue angle of 246.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E276A is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 39 | 106 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.58 |
| HSL | 246.27º | 0.46% | 0.28% | - |
| HSV(B) | 246.27º | 0.63% | 0.42% | - |
| XYZ | 4.45 | 3.07 | 13.99 | - |
| YUV | 48.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 106 | 0.57 | 0.63 | 0 | 0.58 | 246.27 | 0.46 | 0.28 |
| Hex | 2E | 27 | 6A | 39 | 3F | 0 | 3A | F6 | 2E | 1C |
| Octal | 56 | 47 | 152 | 71 | 77 | 0 | 72 | 366 | 56 | 34 |
| Binary | 101110 | 100111 | 1101010 | 111001 | 111111 | 0 | 111010 | 11110110 | 101110 | 11100 |
Color Harmonies of #2E276A
Complementary color
Monochromatic Colors of #2E276A
Black with #2E276A
Text Example
Text Example
White with #2E276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E276A; }
p { color: rgb(46,39,106); }
H1.HeaderClassName
{
color: #2E276A;
}
.AnyTagClassName
{
color: #2E276A;
}
</style>
background-color css
<style>
a { background-color: #2E276A; }
a { background-color: rgb(46,39,106); }
div.DivClassName
{
background-color: #2E276A;
}
.BgClassName
{
background-color: #2E276A;
}
</style>
border-color css
<style>
span { border-color: #2E276A; }
span { border-color: rgb(46,39,106); }
td.TdClassName
{
border-color: #2E276A;
}
.TagClassName
{
border-color: #2E276A;
}
</style>