#2E24E0

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

Shades of Han Purple #2E24E0

Tints of Han Purple #2E24E0

Color information

#2E24E0 (or 0x2E24E0) is unknown color: approx Han Purple. HEX triplet: 2E, 24 and E0. RGB value is (46,36,224). Sum of RGB (Red+Green+Blue) = 46+36+224=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E24E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24E0 is #D1DB1F. Grayscale: #3B3B3B. Windows color (decimal): -13753120 or 14689326. OLE color: 14689326.

HSL color Cylindrical-coordinate representation of color #2E24E0: hue angle of 243.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E24E0 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4636224-
CMYK0.790.8400.12
HSL243.19º75.2%50.98%-
HSV(B)243.19º83.93%87.84%-
XYZ15.217.2271.11-
YUV60.42220.31117.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 224 (87.89% from 255) = 73.20%
R=15.03%
G=11.76%
B=73.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46362240.790.8400.12243.1975.250.98
Hex2E24E04F540Cf34b33
Octal564434011712401436311363
Binary101110100100111000001001111101010001100111100111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E24E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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