#2E09E2

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

Shades of Han Purple #2E09E2

Tints of Han Purple #2E09E2

Color information

#2E09E2 (or 0x2E09E2) is unknown color: approx Han Purple. HEX triplet: 2E, 09 and E2. RGB value is (46,9,226). Sum of RGB (Red+Green+Blue) = 46+9+226=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 226 (88.67% from 255 or 80.43% from 281); Max value from RGB is 226 - color contains mainly: blue. Hex color #2E09E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09E2 is #D1F61D. Grayscale: #2B2B2B. Windows color (decimal): -13760030 or 14813486. OLE color: 14813486.

HSL color Cylindrical-coordinate representation of color #2E09E2: hue angle of 250.23º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E09E2 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB469226-
CMYK0.800.9600.11
HSL250.23º92.34%46.08%-
HSV(B)250.23º96.02%88.63%-
XYZ14.956.2772.37-
YUV44.8230.26128.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 226 (88.67% from 255) = 80.43%
R=16.37%
G=3.20%
B=80.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal4692260.800.9600.11250.2392.3446.08
Hex2E9E250600Bfa5c2e
Octal561134212014001337213456
Binary1011101001111000101010000110000001011111110101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E09E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,226); }

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

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

 a { background-color: rgb(46,9,226); }

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

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

 span { border-color: rgb(46,9,226); }

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