#4005f2

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

Shades of Han Purple #4005F2

Tints of Han Purple #4005F2

Color information

#4005F2 (or 0x4005F2) is unknown color: approx Han Purple. HEX triplet: 40, 05 and F2. RGB value is (64,5,242). Sum of RGB (Red+Green+Blue) = 64+5+242=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 242 (94.92% from 255 or 77.81% from 311); Max value from RGB is 242 - color contains mainly: blue. Hex color #4005F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005F2 is #BFFA0D. Grayscale: #303030. Windows color (decimal): -12581390 or 15861056. OLE color: 15861056.

HSL color Cylindrical-coordinate representation of color #4005F2: hue angle of 254.94º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005F2 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB645242-
CMYK0.740.9800.05
HSL254.94º95.95%48.43%-
HSV(B)254.94º97.93%94.9%-
XYZ18.27.6184.51-
YUV49.66236.55138.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 242 (94.92% from 255) = 77.81%
R=20.58%
G=1.61%
B=77.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6452420.740.9800.05254.9495.9548.43
Hex405F24A6205ff6030
Octal10053621121420537714060
Binary100000010111110010100101011000100101111111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4005f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4005f2; }

 p { color: rgb(64,5,242); }

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

<style>
 a { background-color: #4005f2; }

 a { background-color: rgb(64,5,242); }

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

<style>
 span { border-color: #4005f2; }

 span { border-color: rgb(64,5,242); }

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