#2E1DFE

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

Shades of Han Purple #2E1DFE

Tints of Han Purple #2E1DFE

Color information

#2E1DFE (or 0x2E1DFE) is unknown color: approx Han Purple. HEX triplet: 2E, 1D and FE. RGB value is (46,29,254). Sum of RGB (Red+Green+Blue) = 46+29+254=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E1DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1DFE is #D1E201. Grayscale: #3A3A3A. Windows color (decimal): -13754882 or 16653614. OLE color: 16653614.

HSL color Cylindrical-coordinate representation of color #2E1DFE: hue angle of 244.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E1DFE is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4629254-
CMYK0.820.8900.00
HSL244.53º99.12%55.49%-
HSV(B)244.53º88.58%99.61%-
XYZ19.468.6294.4-
YUV59.73237.63118.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 254 (99.61% from 255) = 77.20%
R=13.98%
G=8.81%
B=77.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal46292540.820.8900.00244.5399.1255.49
Hex2E1DFE525900f56337
Octal56353761221310036514367
Binary10111011101111111101010010101100100111101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,29,254); }

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

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

 a { background-color: rgb(46,29,254); }

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

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

 span { border-color: rgb(46,29,254); }

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