#2A1EE0

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

Shades of Han Purple #2A1EE0

Tints of Han Purple #2A1EE0

Color information

#2A1EE0 (or 0x2A1EE0) is unknown color: approx Han Purple. HEX triplet: 2A, 1E and E0. RGB value is (42,30,224). Sum of RGB (Red+Green+Blue) = 42+30+224=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 224 (87.89% from 255 or 75.68% from 296); Max value from RGB is 224 - color contains mainly: blue. Hex color #2A1EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1EE0 is #D5E11F. Grayscale: #363636. Windows color (decimal): -14016800 or 14687786. OLE color: 14687786.

HSL color Cylindrical-coordinate representation of color #2A1EE0: hue angle of 243.71º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1EE0 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4230224-
CMYK0.810.8700.12
HSL243.71º76.38%49.8%-
HSV(B)243.71º86.61%87.84%-
XYZ14.876.871.05-
YUV55.7222.98118.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 224 (87.89% from 255) = 75.68%
R=14.19%
G=10.14%
B=75.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42302240.810.8700.12243.7176.3849.8
Hex2A1EE051570Cf44c32
Octal523634012112701436411462
Binary10101011110111000001010001101011101100111101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,224); }

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

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

 a { background-color: rgb(42,30,224); }

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

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

 span { border-color: rgb(42,30,224); }

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