#2A14E9

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

Shades of Han Purple #2A14E9

Tints of Han Purple #2A14E9

Color information

#2A14E9 (or 0x2A14E9) is unknown color: approx Han Purple. HEX triplet: 2A, 14 and E9. RGB value is (42,20,233). Sum of RGB (Red+Green+Blue) = 42+20+233=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 233 (91.41% from 255 or 78.98% from 295); Max value from RGB is 233 - color contains mainly: blue. Hex color #2A14E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A14E9 is #D5EB16. Grayscale: #323232. Windows color (decimal): -14019351 or 15275050. OLE color: 15275050.

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

Color convert

RGB4220233-
CMYK0.820.9100.09
HSL246.2º84.19%49.61%-
HSV(B)246.2º91.42%91.37%-
XYZ15.916.8877.58-
YUV50.86230.79121.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 233 (91.41% from 255) = 78.98%
R=14.24%
G=6.78%
B=78.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42202330.820.9100.09246.284.1949.61
Hex2A14E9525B09f65432
Octal522435112213301136612462
Binary10101010100111010011010010101101101001111101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A14E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,233); }

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

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

 a { background-color: rgb(42,20,233); }

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

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

 span { border-color: rgb(42,20,233); }

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