#2E00E9

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

Shades of Han Purple #2E00E9

Tints of Han Purple #2E00E9

Color information

#2E00E9 (or 0x2E00E9) is unknown color: approx Han Purple. HEX triplet: 2E, 00 and E9. RGB value is (46,0,233). Sum of RGB (Red+Green+Blue) = 46+0+233=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 233 (91.41% from 255 or 83.51% from 279); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E00E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00E9 is #D1FF16. Grayscale: #272727. Windows color (decimal): -13762327 or 15269934. OLE color: 15269934.

HSL color Cylindrical-coordinate representation of color #2E00E9: hue angle of 251.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00E9 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB460233-
CMYK0.80100.09
HSL251.85º100%45.69%-
HSV(B)251.85º100%91.37%-
XYZ15.836.4677.5-
YUV40.32236.74132.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 233 (91.41% from 255) = 83.51%
R=16.49%
G=0%
B=83.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal4602330.80100.09251.8510045.69
Hex2E0E9506409fc642e
Octal56035112014401137414456
Binary1011100111010011010000110010001001111111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,0,233); }

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

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

 a { background-color: rgb(46,0,233); }

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

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

 span { border-color: rgb(46,0,233); }

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