#2E0AF9

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

Shades of Han Purple #2E0AF9

Tints of Han Purple #2E0AF9

Color information

#2E0AF9 (or 0x2E0AF9) is unknown color: approx Han Purple. HEX triplet: 2E, 0A and F9. RGB value is (46,10,249). Sum of RGB (Red+Green+Blue) = 46+10+249=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 249 (97.66% from 255 or 81.64% from 305); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E0AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0AF9 is #D1F506. Grayscale: #2F2F2F. Windows color (decimal): -13759751 or 16321070. OLE color: 16321070.

HSL color Cylindrical-coordinate representation of color #2E0AF9: hue angle of 249.04º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0AF9 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4610249-
CMYK0.820.9600.02
HSL249.04º95.22%50.78%-
HSV(B)249.04º95.98%97.65%-
XYZ18.337.6490.13-
YUV48.01241.43126.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 249 (97.66% from 255) = 81.64%
R=15.08%
G=3.28%
B=81.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal46102490.820.9600.02249.0495.2250.78
Hex2EAF9526002f95f33
Octal56123711221400237113763
Binary10111010101111100110100101100000010111110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,249); }

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

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

 a { background-color: rgb(46,10,249); }

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

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

 span { border-color: rgb(46,10,249); }

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