#4001FC

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

Shades of Han Purple #4001FC

Tints of Han Purple #4001FC

Color information

#4001FC (or 0x4001FC) is unknown color: approx Han Purple. HEX triplet: 40, 01 and FC. RGB value is (64,1,252). Sum of RGB (Red+Green+Blue) = 64+1+252=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #4001FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4001FC is #BFFE03. Grayscale: #2F2F2F. Windows color (decimal): -12582404 or 16515392. OLE color: 16515392.

HSL color Cylindrical-coordinate representation of color #4001FC: hue angle of 255.06º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4001FC is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB641252-
CMYK0.751.0000.01
HSL255.06º99.21%49.61%-
HSV(B)255.06º99.6%98.82%-
XYZ19.78.1492.63-
YUV48.45242.87139.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 252 (98.83% from 255) = 79.50%
R=20.19%
G=0.32%
B=79.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6412520.751.0000.01255.0699.2149.61
Hex401FC4B6401ff6332
Octal10013741131440137714362
Binary10000001111111001001011110010001111111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4001FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4001FC; }

 p { color: rgb(64,1,252); }

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

<style>
 a { background-color: #4001FC; }

 a { background-color: rgb(64,1,252); }

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

<style>
 span { border-color: #4001FC; }

 span { border-color: rgb(64,1,252); }

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