#2E18FF

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

Shades of Han Purple #2E18FF

Tints of Han Purple #2E18FF

Color information

#2E18FF (or 0x2E18FF) is unknown color: approx Han Purple. HEX triplet: 2E, 18 and FF. RGB value is (46,24,255). Sum of RGB (Red+Green+Blue) = 46+24+255=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E18FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E18FF is #D1E700. Grayscale: #383838. Windows color (decimal): -13756161 or 16717870. OLE color: 16717870.

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

Color convert

RGB4624255-
CMYK0.820.9100
HSL245.71º100%54.71%-
HSV(B)245.71º90.59%100%-
XYZ19.58.4595.21-
YUV56.91239.79120.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 24 (9.77% from 255) = 7.38%
BLUE value IS 255 (100% from 255) = 78.46%
R=14.15%
G=7.38%
B=78.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46242550.820.9100245.7110054.71
Hex2E18FF525B00f66437
Octal56303771221330036614467
Binary10111011000111111111010010101101100111101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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