#4011DE

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

Shades of Han Purple #4011DE

Tints of Han Purple #4011DE

Color information

#4011DE (or 0x4011DE) is unknown color: approx Han Purple. HEX triplet: 40, 11 and DE. RGB value is (64,17,222). Sum of RGB (Red+Green+Blue) = 64+17+222=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #4011DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011DE is #BFEE21. Grayscale: #353535. Windows color (decimal): -12578338 or 14553408. OLE color: 14553408.

HSL color Cylindrical-coordinate representation of color #4011DE: hue angle of 253.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4011DE is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6417222-
CMYK0.710.9200.13
HSL253.76º85.77%46.86%-
HSV(B)253.76º92.34%87.06%-
XYZ15.56.7669.6-
YUV54.42222.57134.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 222 (87.11% from 255) = 73.27%
R=21.12%
G=5.61%
B=73.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64172220.710.9200.13253.7685.7746.86
Hex4011DE475C0Dfe562f
Octal1002133610713401537612657
Binary100000010001110111101000111101110001101111111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4011DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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