#4028F5

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

Shades of Han Purple #4028F5

Tints of Han Purple #4028F5

Color information

#4028F5 (or 0x4028F5) is unknown color: approx Han Purple. HEX triplet: 40, 28 and F5. RGB value is (64,40,245). Sum of RGB (Red+Green+Blue) = 64+40+245=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #4028F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4028F5 is #BFD70A. Grayscale: #454545. Windows color (decimal): -12572427 or 16066624. OLE color: 16066624.

HSL color Cylindrical-coordinate representation of color #4028F5: hue angle of 247.02º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4028F5 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6440245-
CMYK0.740.8400.04
HSL247.02º91.11%55.88%-
HSV(B)247.02º83.67%96.08%-
XYZ19.359.287.14-
YUV70.55226.45123.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 245 (96.09% from 255) = 70.20%
R=18.34%
G=11.46%
B=70.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64402450.740.8400.04247.0291.1155.88
Hex4028F54A5404f75b38
Octal100503651121240436713370
Binary100000010100011110101100101010101000100111101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4028F5; }

 p { color: rgb(64,40,245); }

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

<style>
 a { background-color: #4028F5; }

 a { background-color: rgb(64,40,245); }

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

<style>
 span { border-color: #4028F5; }

 span { border-color: rgb(64,40,245); }

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