#2E28E6

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

Shades of Han Purple #2E28E6

Tints of Han Purple #2E28E6

Color information

#2E28E6 (or 0x2E28E6) is unknown color: approx Han Purple. HEX triplet: 2E, 28 and E6. RGB value is (46,40,230). Sum of RGB (Red+Green+Blue) = 46+40+230=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #2E28E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E28E6 is #D1D719. Grayscale: #3E3E3E. Windows color (decimal): -13752090 or 15083566. OLE color: 15083566.

HSL color Cylindrical-coordinate representation of color #2E28E6: hue angle of 241.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E28E6 is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4640230-
CMYK0.80.8300.10
HSL241.89º79.17%52.94%-
HSV(B)241.89º82.61%90.2%-
XYZ16.177.8175.52-
YUV63.45221.99115.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 230 (90.23% from 255) = 72.78%
R=14.56%
G=12.66%
B=72.78%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46402300.80.8300.10241.8979.1752.94
Hex2E28E650530Af24f35
Octal565034612012301236211765
Binary101110101000111001101010000101001101010111100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E28E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,230); }

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

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

 a { background-color: rgb(46,40,230); }

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

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

 span { border-color: rgb(46,40,230); }

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