#2E11EE

Color #2E11EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2E11EE

Tints of Han Purple #2E11EE

Color information

#2E11EE (or 0x2E11EE) is unknown color: approx Han Purple. HEX triplet: 2E, 11 and EE. RGB value is (46,17,238). Sum of RGB (Red+Green+Blue) = 46+17+238=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E11EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E11EE is #D1EE11. Grayscale: #323232. Windows color (decimal): -13757970 or 15601966. OLE color: 15601966.

HSL color Cylindrical-coordinate representation of color #2E11EE: hue angle of 247.87º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E11EE is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4617238-
CMYK0.810.9300.07
HSL247.87º86.67%50%-
HSV(B)247.87º92.86%93.33%-
XYZ16.767.1581.39-
YUV50.86233.61124.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 238 (93.36% from 255) = 79.07%
R=15.28%
G=5.65%
B=79.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46172380.810.9300.07247.8786.6750
Hex2E11EE515D07f85732
Octal56213561211350737012762
Binary1011101000111101110101000110111010111111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E11EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,238); }

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

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

 a { background-color: rgb(46,17,238); }

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

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

 span { border-color: rgb(46,17,238); }

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