#4611e2

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

Shades of Han Purple #4611E2

Tints of Han Purple #4611E2

Color information

#4611E2 (or 0x4611E2) is unknown color: approx Han Purple. HEX triplet: 46, 11 and E2. RGB value is (70,17,226). Sum of RGB (Red+Green+Blue) = 70+17+226=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 226 (88.67% from 255 or 72.20% from 313); Max value from RGB is 226 - color contains mainly: blue. Hex color #4611E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4611E2 is #B9EE1D. Grayscale: #373737. Windows color (decimal): -12185118 or 14815558. OLE color: 14815558.

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

Color convert

RGB7017226-
CMYK0.690.9200.11
HSL255.22º86.01%47.65%-
HSV(B)255.22º92.48%88.63%-
XYZ16.457.1972.47-
YUV56.67223.56137.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 226 (88.67% from 255) = 72.20%
R=22.36%
G=5.43%
B=72.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70172260.690.9200.11255.2286.0147.65
Hex4611E2455C0Bff5630
Octal1062134210513401337712660
Binary100011010001111000101000101101110001011111111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4611e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4611e2; }

 p { color: rgb(70,17,226); }

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

<style>
 a { background-color: #4611e2; }

 a { background-color: rgb(70,17,226); }

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

<style>
 span { border-color: #4611e2; }

 span { border-color: rgb(70,17,226); }

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