#2E1FF0

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

Shades of Han Purple #2E1FF0

Tints of Han Purple #2E1FF0

Color information

#2E1FF0 (or 0x2E1FF0) is unknown color: approx Han Purple. HEX triplet: 2E, 1F and F0. RGB value is (46,31,240). Sum of RGB (Red+Green+Blue) = 46+31+240=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 240 (94.14% from 255 or 75.71% from 317); Max value from RGB is 240 - color contains mainly: blue. Hex color #2E1FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1FF0 is #D1E00F. Grayscale: #3A3A3A. Windows color (decimal): -13754384 or 15736622. OLE color: 15736622.

HSL color Cylindrical-coordinate representation of color #2E1FF0: hue angle of 244.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1FF0 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4631240-
CMYK0.810.8700.06
HSL244.31º87.45%53.14%-
HSV(B)244.31º87.08%94.12%-
XYZ17.347.8583.04-
YUV59.31229.97118.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 31 (12.5% from 255) = 9.78%
BLUE value IS 240 (94.14% from 255) = 75.71%
R=14.51%
G=9.78%
B=75.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46312400.810.8700.06244.3187.4553.14
Hex2E1FF0515706f45735
Octal56373601211270636412765
Binary1011101111111110000101000110101110110111101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,240); }

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

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

 a { background-color: rgb(46,31,240); }

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

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

 span { border-color: rgb(46,31,240); }

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