#4011ED

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

Shades of Han Purple #4011ED

Tints of Han Purple #4011ED

Color information

#4011ED (or 0x4011ED) is unknown color: approx Han Purple. HEX triplet: 40, 11 and ED. RGB value is (64,17,237). Sum of RGB (Red+Green+Blue) = 64+17+237=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #4011ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011ED is #BFEE12. Grayscale: #373737. Windows color (decimal): -12578323 or 15536448. OLE color: 15536448.

HSL color Cylindrical-coordinate representation of color #4011ED: hue angle of 252.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011ED is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6417237-
CMYK0.730.9300.07
HSL252.82º86.61%49.8%-
HSV(B)252.82º92.83%92.94%-
XYZ17.67.6180.66-
YUV56.13230.07133.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 237 (92.97% from 255) = 74.53%
R=20.13%
G=5.35%
B=74.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64172370.730.9300.07252.8286.6149.8
Hex4011ED495D07fd5732
Octal100213551111350737512762
Binary10000001000111101101100100110111010111111111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4011ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4011ED; }

 p { color: rgb(64,17,237); }

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

<style>
 a { background-color: #4011ED; }

 a { background-color: rgb(64,17,237); }

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

<style>
 span { border-color: #4011ED; }

 span { border-color: rgb(64,17,237); }

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