#4006E1

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

Shades of Han Purple #4006E1

Tints of Han Purple #4006E1

Color information

#4006E1 (or 0x4006E1) is unknown color: approx Han Purple. HEX triplet: 40, 06 and E1. RGB value is (64,6,225). Sum of RGB (Red+Green+Blue) = 64+6+225=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 225 (88.28% from 255 or 76.27% from 295); Max value from RGB is 225 - color contains mainly: blue. Hex color #4006E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006E1 is #BFF91E. Grayscale: #2F2F2F. Windows color (decimal): -12581151 or 14747200. OLE color: 14747200.

HSL color Cylindrical-coordinate representation of color #4006E1: hue angle of 255.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006E1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB646225-
CMYK0.720.9700.12
HSL255.89º94.81%45.29%-
HSV(B)255.89º97.33%88.24%-
XYZ15.776.6671.69-
YUV48.31227.72139.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 225 (88.28% from 255) = 76.27%
R=21.69%
G=2.03%
B=76.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal6462250.720.9700.12255.8994.8145.29
Hex406E148610C1005f2d
Octal100634111014101440013755
Binary10000001101110000110010001100001011001000000001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4006E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4006E1; }

 p { color: rgb(64,6,225); }

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

<style>
 a { background-color: #4006E1; }

 a { background-color: rgb(64,6,225); }

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

<style>
 span { border-color: #4006E1; }

 span { border-color: rgb(64,6,225); }

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