#2E24E3

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

Shades of Han Purple #2E24E3

Tints of Han Purple #2E24E3

Color information

#2E24E3 (or 0x2E24E3) is unknown color: approx Han Purple. HEX triplet: 2E, 24 and E3. RGB value is (46,36,227). Sum of RGB (Red+Green+Blue) = 46+36+227=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #2E24E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24E3 is #D1DB1C. Grayscale: #3C3C3C. Windows color (decimal): -13753117 or 14885934. OLE color: 14885934.

HSL color Cylindrical-coordinate representation of color #2E24E3: hue angle of 243.14º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E24E3 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4636227-
CMYK0.800.8400.11
HSL243.14º77.33%51.57%-
HSV(B)243.14º84.14%89.02%-
XYZ15.627.3973.28-
YUV60.76221.81117.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 227 (89.06% from 255) = 73.46%
R=14.89%
G=11.65%
B=73.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal46362270.800.8400.11243.1477.3351.57
Hex2E24E350540Bf34d34
Octal564434312012401336311564
Binary101110100100111000111010000101010001011111100111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E24E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,227); }

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

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

 a { background-color: rgb(46,36,227); }

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

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

 span { border-color: rgb(46,36,227); }

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