#4003F0

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

Shades of Han Purple #4003F0

Tints of Han Purple #4003F0

Color information

#4003F0 (or 0x4003F0) is unknown color: approx Han Purple. HEX triplet: 40, 03 and F0. RGB value is (64,3,240). Sum of RGB (Red+Green+Blue) = 64+3+240=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 240 (94.14% from 255 or 78.18% from 307); Max value from RGB is 240 - color contains mainly: blue. Hex color #4003F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4003F0 is #BFFC0F. Grayscale: #2F2F2F. Windows color (decimal): -12581904 or 15729472. OLE color: 15729472.

HSL color Cylindrical-coordinate representation of color #4003F0: hue angle of 255.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4003F0 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB643240-
CMYK0.730.9900.06
HSL255.44º97.53%47.65%-
HSV(B)255.44º98.75%94.12%-
XYZ17.887.4582.93-
YUV48.26236.21139.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 240 (94.14% from 255) = 78.18%
R=20.85%
G=0.98%
B=78.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6432400.730.9900.06255.4497.5347.65
Hex403F0496306ff6230
Octal10033601111430637714260
Binary10000001111110000100100111000110110111111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4003F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4003F0; }

 p { color: rgb(64,3,240); }

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

<style>
 a { background-color: #4003F0; }

 a { background-color: rgb(64,3,240); }

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

<style>
 span { border-color: #4003F0; }

 span { border-color: rgb(64,3,240); }

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