#4027e0

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

Shades of Han Purple #4027E0

Tints of Han Purple #4027E0

Color information

#4027E0 (or 0x4027E0) is unknown color: approx Han Purple. HEX triplet: 40, 27 and E0. RGB value is (64,39,224). Sum of RGB (Red+Green+Blue) = 64+39+224=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #4027E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027E0 is #BFD81F. Grayscale: #424242. Windows color (decimal): -12572704 or 14690112. OLE color: 14690112.

HSL color Cylindrical-coordinate representation of color #4027E0: hue angle of 248.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4027E0 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6439224-
CMYK0.710.8300.12
HSL248.11º74.9%51.57%-
HSV(B)248.11º82.59%87.84%-
XYZ16.297.9271.19-
YUV67.56216.28125.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 224 (87.89% from 255) = 68.50%
R=19.57%
G=11.93%
B=68.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64392240.710.8300.12248.1174.951.57
Hex4027E047530Cf84b34
Octal1004734010712301437011364
Binary1000000100111111000001000111101001101100111110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4027e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4027e0; }

 p { color: rgb(64,39,224); }

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

<style>
 a { background-color: #4027e0; }

 a { background-color: rgb(64,39,224); }

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

<style>
 span { border-color: #4027e0; }

 span { border-color: rgb(64,39,224); }

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