#2E1CE6

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

Shades of Han Purple #2E1CE6

Tints of Han Purple #2E1CE6

Color information

#2E1CE6 (or 0x2E1CE6) is unknown color: approx Han Purple. HEX triplet: 2E, 1C and E6. RGB value is (46,28,230). Sum of RGB (Red+Green+Blue) = 46+28+230=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 230 (90.23% from 255 or 75.66% from 304); Max value from RGB is 230 - color contains mainly: blue. Hex color #2E1CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1CE6 is #D1E319. Grayscale: #373737. Windows color (decimal): -13755162 or 15080494. OLE color: 15080494.

HSL color Cylindrical-coordinate representation of color #2E1CE6: hue angle of 245.35º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E1CE6 is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4628230-
CMYK0.80.8800.10
HSL245.35º80.16%50.59%-
HSV(B)245.35º87.83%90.2%-
XYZ15.827.1275.4-
YUV56.41225.96120.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 230 (90.23% from 255) = 75.66%
R=15.13%
G=9.21%
B=75.66%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46282300.80.8800.10245.3580.1650.59
Hex2E1CE650580Af55033
Octal563434612013001236512063
Binary10111011100111001101010000101100001010111101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,230); }

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

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

 a { background-color: rgb(46,28,230); }

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

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

 span { border-color: rgb(46,28,230); }

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