#2A19E8

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

Shades of Han Purple #2A19E8

Tints of Han Purple #2A19E8

Color information

#2A19E8 (or 0x2A19E8) is unknown color: approx Han Purple. HEX triplet: 2A, 19 and E8. RGB value is (42,25,232). Sum of RGB (Red+Green+Blue) = 42+25+232=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #2A19E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A19E8 is #D5E617. Grayscale: #343434. Windows color (decimal): -14018072 or 15210794. OLE color: 15210794.

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

Color convert

RGB4225232-
CMYK0.820.8900.09
HSL244.93º81.82%50.39%-
HSV(B)244.93º89.22%90.98%-
XYZ15.877.0176.86-
YUV53.68228.63119.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 232 (91.02% from 255) = 77.59%
R=14.05%
G=8.36%
B=77.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42252320.820.8900.09244.9381.8250.39
Hex2A19E8525909f55232
Octal523135012213101136512262
Binary10101011001111010001010010101100101001111101011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A19E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,232); }

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

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

 a { background-color: rgb(42,25,232); }

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

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

 span { border-color: rgb(42,25,232); }

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