#2E20E1

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

Shades of Han Purple #2E20E1

Tints of Han Purple #2E20E1

Color information

#2E20E1 (or 0x2E20E1) is unknown color: approx Han Purple. HEX triplet: 2E, 20 and E1. RGB value is (46,32,225). Sum of RGB (Red+Green+Blue) = 46+32+225=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #2E20E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20E1 is #D1DF1E. Grayscale: #393939. Windows color (decimal): -13754143 or 14753838. OLE color: 14753838.

HSL color Cylindrical-coordinate representation of color #2E20E1: hue angle of 244.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E20E1 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4632225-
CMYK0.800.8600.12
HSL244.35º76.28%50.39%-
HSV(B)244.35º85.78%88.24%-
XYZ15.237.0571.79-
YUV58.19222.14119.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 225 (88.28% from 255) = 74.26%
R=15.18%
G=10.56%
B=74.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46322250.800.8600.12244.3576.2850.39
Hex2E20E150560Cf44c32
Octal564034112012601436411462
Binary101110100000111000011010000101011001100111101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E20E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,225); }

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

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

 a { background-color: rgb(46,32,225); }

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

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

 span { border-color: rgb(46,32,225); }

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