#2A18E5

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

Shades of Han Purple #2A18E5

Tints of Han Purple #2A18E5

Color information

#2A18E5 (or 0x2A18E5) is unknown color: approx Han Purple. HEX triplet: 2A, 18 and E5. RGB value is (42,24,229). Sum of RGB (Red+Green+Blue) = 42+24+229=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #2A18E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A18E5 is #D5E71A. Grayscale: #333333. Windows color (decimal): -14018331 or 15013930. OLE color: 15013930.

HSL color Cylindrical-coordinate representation of color #2A18E5: hue angle of 245.27º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A18E5 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4224229-
CMYK0.820.9000.10
HSL245.27º81.03%49.61%-
HSV(B)245.27º89.52%89.8%-
XYZ15.426.874.63-
YUV52.75227.46120.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 229 (89.84% from 255) = 77.63%
R=14.24%
G=8.14%
B=77.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal42242290.820.9000.10245.2781.0349.61
Hex2A18E5525A0Af55132
Octal523034512213201236512162
Binary10101011000111001011010010101101001010111101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A18E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,229); }

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

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

 a { background-color: rgb(42,24,229); }

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

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

 span { border-color: rgb(42,24,229); }

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