#2E215E

Color #2E215E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2E215E

Tints of Paris M #2E215E

Color information

#2E215E (or 0x2E215E) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 5E. RGB value is (46,33,94). Sum of RGB (Red+Green+Blue) = 46+33+94=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215E is #D1DEA1. Grayscale: #2B2B2B. Windows color (decimal): -13754018 or 6168878. OLE color: 6168878.

HSL color Cylindrical-coordinate representation of color #2E215E: hue angle of 252.79º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E215E is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB463394-
CMYK0.510.6500.63
HSL252.79º48.03%24.9%-
HSV(B)252.79º64.89%36.86%-
XYZ3.692.4810.87-
YUV43.84156.31129.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=26.59%
G=19.08%
B=54.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4633940.510.6500.63252.7948.0324.9
Hex2E215E334103Ffd3019
Octal5641136631010773756031
Binary1011101000011011110110011100000101111111111110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E215E; }

 p { color: rgb(46,33,94); }

 H1.HeaderClassName
 {
   color: #2E215E;
 }
 .AnyTagClassName
 {
   color: #2E215E;
 }
</style>
background-color css

<style>
 a { background-color: #2E215E; }

 a { background-color: rgb(46,33,94); }

 div.DivClassName
 {
   background-color: #2E215E;
 }
 .BgClassName
 {
   background-color: #2E215E;
 }
</style>
border-color css

<style>
 span { border-color: #2E215E; }

 span { border-color: rgb(46,33,94); }

 td.TdClassName
 {
   border-color: #2E215E;
 }
 .TagClassName
 {
   border-color: #2E215E;
 }
</style>