Shades of Paris M #2E205F
Tints of Paris M #2E205F
RGB
CMYK
RGB Variations
Color information
#2E205F (or 0x2E205F) is known color: Paris M. HEX triplet: 2E, 20 and 5F. RGB value is (46,32,95). Sum of RGB (Red+Green+Blue) = 46+32+95=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E205F is #D1DFA0. Grayscale: #2B2B2B. Windows color (decimal): -13754273 or 6234158. OLE color: 6234158.
HSL color Cylindrical-coordinate representation of color #2E205F: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E205F is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 32 | 95 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.63 |
| HSL | 253.33º | 0.5% | 0.25% | - |
| HSV(B) | 253.33º | 0.66% | 0.37% | - |
| XYZ | 3.71 | 2.44 | 11.1 | - |
| YUV | 43.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 95 | 0.52 | 0.66 | 0 | 0.63 | 253.33 | 0.5 | 0.25 |
| Hex | 2E | 20 | 5F | 34 | 42 | 0 | 3F | FD | 32 | 19 |
| Octal | 56 | 40 | 137 | 64 | 102 | 0 | 77 | 375 | 62 | 31 |
| Binary | 101110 | 100000 | 1011111 | 110100 | 1000010 | 0 | 111111 | 11111101 | 110010 | 11001 |
Color Harmonies of #2E205F
Complementary color
Monochromatic Colors of #2E205F
Black with #2E205F
Text Example
Text Example
White with #2E205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E205F; }
p { color: rgb(46,32,95); }
H1.HeaderClassName
{
color: #2E205F;
}
.AnyTagClassName
{
color: #2E205F;
}
</style>
background-color css
<style>
a { background-color: #2E205F; }
a { background-color: rgb(46,32,95); }
div.DivClassName
{
background-color: #2E205F;
}
.BgClassName
{
background-color: #2E205F;
}
</style>
border-color css
<style>
span { border-color: #2E205F; }
span { border-color: rgb(46,32,95); }
td.TdClassName
{
border-color: #2E205F;
}
.TagClassName
{
border-color: #2E205F;
}
</style>