Shades of Paris M #2E216C
Tints of Paris M #2E216C
RGB
CMYK
RGB Variations
Color information
#2E216C (or 0x2E216C) is known color: Paris M. HEX triplet: 2E, 21 and 6C. RGB value is (46,33,108). Sum of RGB (Red+Green+Blue) = 46+33+108=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E216C is #D1DE93. Grayscale: #2D2D2D. Windows color (decimal): -13754004 or 7086382. OLE color: 7086382.
HSL color Cylindrical-coordinate representation of color #2E216C: hue angle of 250.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E216C is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 33 | 108 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.58 |
| HSL | 250.4º | 0.53% | 0.28% | - |
| HSV(B) | 250.4º | 0.69% | 0.42% | - |
| XYZ | 4.38 | 2.75 | 14.49 | - |
| YUV | 45.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 108 | 0.57 | 0.69 | 0 | 0.58 | 250.4 | 0.53 | 0.28 |
| Hex | 2E | 21 | 6C | 39 | 45 | 0 | 3A | FA | 35 | 1C |
| Octal | 56 | 41 | 154 | 71 | 105 | 0 | 72 | 372 | 65 | 34 |
| Binary | 101110 | 100001 | 1101100 | 111001 | 1000101 | 0 | 111010 | 11111010 | 110101 | 11100 |
Color Harmonies of #2E216C
Complementary color
Monochromatic Colors of #2E216C
Black with #2E216C
Text Example
Text Example
White with #2E216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E216C; }
p { color: rgb(46,33,108); }
H1.HeaderClassName
{
color: #2E216C;
}
.AnyTagClassName
{
color: #2E216C;
}
</style>
background-color css
<style>
a { background-color: #2E216C; }
a { background-color: rgb(46,33,108); }
div.DivClassName
{
background-color: #2E216C;
}
.BgClassName
{
background-color: #2E216C;
}
</style>
border-color css
<style>
span { border-color: #2E216C; }
span { border-color: rgb(46,33,108); }
td.TdClassName
{
border-color: #2E216C;
}
.TagClassName
{
border-color: #2E216C;
}
</style>