Shades of Paris M #2E276C
Tints of Paris M #2E276C
RGB
CMYK
RGB Variations
Color information
#2E276C (or 0x2E276C) is known color: Paris M. HEX triplet: 2E, 27 and 6C. RGB value is (46,39,108). Sum of RGB (Red+Green+Blue) = 46+39+108=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E276C is #D1D893. Grayscale: #303030. Windows color (decimal): -13752468 or 7087918. OLE color: 7087918.
HSL color Cylindrical-coordinate representation of color #2E276C: hue angle of 246.09º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E276C is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 39 | 108 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.58 |
| HSL | 246.09º | 0.47% | 0.29% | - |
| HSV(B) | 246.09º | 0.64% | 0.42% | - |
| XYZ | 4.56 | 3.11 | 14.55 | - |
| YUV | 48.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 108 | 0.57 | 0.64 | 0 | 0.58 | 246.09 | 0.47 | 0.29 |
| Hex | 2E | 27 | 6C | 39 | 40 | 0 | 3A | F6 | 2F | 1D |
| Octal | 56 | 47 | 154 | 71 | 100 | 0 | 72 | 366 | 57 | 35 |
| Binary | 101110 | 100111 | 1101100 | 111001 | 1000000 | 0 | 111010 | 11110110 | 101111 | 11101 |
Color Harmonies of #2E276C
Complementary color
Monochromatic Colors of #2E276C
Black with #2E276C
Text Example
Text Example
White with #2E276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E276C; }
p { color: rgb(46,39,108); }
H1.HeaderClassName
{
color: #2E276C;
}
.AnyTagClassName
{
color: #2E276C;
}
</style>
background-color css
<style>
a { background-color: #2E276C; }
a { background-color: rgb(46,39,108); }
div.DivClassName
{
background-color: #2E276C;
}
.BgClassName
{
background-color: #2E276C;
}
</style>
border-color css
<style>
span { border-color: #2E276C; }
span { border-color: rgb(46,39,108); }
td.TdClassName
{
border-color: #2E276C;
}
.TagClassName
{
border-color: #2E276C;
}
</style>