#2E18F5

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

Shades of Han Purple #2E18F5

Tints of Han Purple #2E18F5

Color information

#2E18F5 (or 0x2E18F5) is unknown color: approx Han Purple. HEX triplet: 2E, 18 and F5. RGB value is (46,24,245). Sum of RGB (Red+Green+Blue) = 46+24+245=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 245 (96.09% from 255 or 77.78% from 315); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E18F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E18F5 is #D1E70A. Grayscale: #363636. Windows color (decimal): -13756171 or 16062510. OLE color: 16062510.

HSL color Cylindrical-coordinate representation of color #2E18F5: hue angle of 245.97º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E18F5 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4624245-
CMYK0.810.9000.04
HSL245.97º91.7%52.75%-
HSV(B)245.97º90.2%96.08%-
XYZ17.937.8386.95-
YUV55.77234.79121.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 245 (96.09% from 255) = 77.78%
R=14.60%
G=7.62%
B=77.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46242450.810.9000.04245.9791.752.75
Hex2E18F5515A04f65c35
Octal56303651211320436613465
Binary1011101100011110101101000110110100100111101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E18F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,245); }

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

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

 a { background-color: rgb(46,24,245); }

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

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

 span { border-color: rgb(46,24,245); }

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