#2E23EE

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

Shades of Han Purple #2E23EE

Tints of Han Purple #2E23EE

Color information

#2E23EE (or 0x2E23EE) is unknown color: approx Han Purple. HEX triplet: 2E, 23 and EE. RGB value is (46,35,238). Sum of RGB (Red+Green+Blue) = 46+35+238=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E23EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E23EE is #D1DC11. Grayscale: #3C3C3C. Windows color (decimal): -13753362 or 15606574. OLE color: 15606574.

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

Color convert

RGB4635238-
CMYK0.810.8500.07
HSL243.25º85.65%53.53%-
HSV(B)243.25º85.29%93.33%-
XYZ17.167.9681.52-
YUV61.43227.64116.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 238 (93.36% from 255) = 74.61%
R=14.42%
G=10.97%
B=74.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46352380.810.8500.07243.2585.6553.53
Hex2E23EE515507f35636
Octal56433561211250736312666
Binary10111010001111101110101000110101010111111100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E23EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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