#2E215B

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

Shades of Paris M #2E215B

Tints of Paris M #2E215B

Color information

#2E215B (or 0x2E215B) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 5B. RGB value is (46,33,91). Sum of RGB (Red+Green+Blue) = 46+33+91=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215B is #D1DEA4. Grayscale: #2B2B2B. Windows color (decimal): -13754021 or 5972270. OLE color: 5972270.

HSL color Cylindrical-coordinate representation of color #2E215B: hue angle of 253.45º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E215B is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB463391-
CMYK0.490.6400.64
HSL253.45º46.77%24.31%-
HSV(B)253.45º63.74%35.69%-
XYZ3.562.4210.18-
YUV43.5154.81129.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=27.06%
G=19.41%
B=53.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4633910.490.6400.64253.4546.7724.31
Hex2E215B3140040fd2f18
Octal56411336110001003755730
Binary10111010000110110111100011000000010000001111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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