#4014FF

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

Shades of Han Purple #4014FF

Tints of Han Purple #4014FF

Color information

#4014FF (or 0x4014FF) is unknown color: approx Han Purple. HEX triplet: 40, 14 and FF. RGB value is (64,20,255). Sum of RGB (Red+Green+Blue) = 64+20+255=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #4014FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014FF is #BFEB00. Grayscale: #3B3B3B. Windows color (decimal): -12577537 or 16716864. OLE color: 16716864.

HSL color Cylindrical-coordinate representation of color #4014FF: hue angle of 251.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4014FF is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6420255-
CMYK0.750.9200
HSL251.23º100%53.92%-
HSV(B)251.23º92.16%100%-
XYZ20.418.8195.23-
YUV59.95238.08130.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 20 (8.20% from 255) = 5.90%
BLUE value IS 255 (100% from 255) = 75.22%
R=18.88%
G=5.90%
B=75.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64202550.750.9200251.2310053.92
Hex4014FF4B5C00fb6436
Octal100243771131340037314466
Binary100000010100111111111001011101110000111110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4014FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4014FF; }

 p { color: rgb(64,20,255); }

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

<style>
 a { background-color: #4014FF; }

 a { background-color: rgb(64,20,255); }

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

<style>
 span { border-color: #4014FF; }

 span { border-color: rgb(64,20,255); }

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