#4518E2

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

Shades of Han Purple #4518E2

Tints of Han Purple #4518E2

Color information

#4518E2 (or 0x4518E2) is unknown color: approx Han Purple. HEX triplet: 45, 18 and E2. RGB value is (69,24,226). Sum of RGB (Red+Green+Blue) = 69+24+226=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 226 (88.67% from 255 or 70.85% from 319); Max value from RGB is 226 - color contains mainly: blue. Hex color #4518E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518E2 is #BAE71D. Grayscale: #3B3B3B. Windows color (decimal): -12248862 or 14817349. OLE color: 14817349.

HSL color Cylindrical-coordinate representation of color #4518E2: hue angle of 253.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4518E2 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6924226-
CMYK0.690.8900.11
HSL253.37º80.8%49.02%-
HSV(B)253.37º89.38%88.63%-
XYZ16.517.4172.51-
YUV60.48221.41134.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 226 (88.67% from 255) = 70.85%
R=21.63%
G=7.52%
B=70.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69242260.690.8900.11253.3780.849.02
Hex4518E245590Bfd5131
Octal1053034210513101337512161
Binary100010111000111000101000101101100101011111111011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4518E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4518E2; }

 p { color: rgb(69,24,226); }

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

<style>
 a { background-color: #4518E2; }

 a { background-color: rgb(69,24,226); }

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

<style>
 span { border-color: #4518E2; }

 span { border-color: rgb(69,24,226); }

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