#2A0AE3

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

Shades of Han Purple #2A0AE3

Tints of Han Purple #2A0AE3

Color information

#2A0AE3 (or 0x2A0AE3) is unknown color: approx Han Purple. HEX triplet: 2A, 0A and E3. RGB value is (42,10,227). Sum of RGB (Red+Green+Blue) = 42+10+227=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 227 (89.06% from 255 or 81.36% from 279); Max value from RGB is 227 - color contains mainly: blue. Hex color #2A0AE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0AE3 is #D5F51C. Grayscale: #2B2B2B. Windows color (decimal): -14021917 or 14879274. OLE color: 14879274.

HSL color Cylindrical-coordinate representation of color #2A0AE3: hue angle of 248.85º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0AE3 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4210227-
CMYK0.810.9600.11
HSL248.85º91.56%46.47%-
HSV(B)248.85º95.59%89.02%-
XYZ14.936.2673.09-
YUV44.31231.1126.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 227 (89.06% from 255) = 81.36%
R=15.05%
G=3.58%
B=81.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal42102270.810.9600.11248.8591.5646.47
Hex2AAE351600Bf95c2e
Octal521234312114001337113456
Binary1010101010111000111010001110000001011111110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,10,227); }

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

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

 a { background-color: rgb(42,10,227); }

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

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

 span { border-color: rgb(42,10,227); }

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