#401BFC

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

Shades of Han Purple #401BFC

Tints of Han Purple #401BFC

Color information

#401BFC (or 0x401BFC) is unknown color: approx Han Purple. HEX triplet: 40, 1B and FC. RGB value is (64,27,252). Sum of RGB (Red+Green+Blue) = 64+27+252=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #401BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BFC is #BFE403. Grayscale: #3E3E3E. Windows color (decimal): -12575748 or 16522048. OLE color: 16522048.

HSL color Cylindrical-coordinate representation of color #401BFC: hue angle of 249.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BFC is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6427252-
CMYK0.750.8900.01
HSL249.87º97.4%54.71%-
HSV(B)249.87º89.29%98.82%-
XYZ20.088.992.76-
YUV63.71234.26128.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 252 (98.83% from 255) = 73.47%
R=18.66%
G=7.87%
B=73.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64272520.750.8900.01249.8797.454.71
Hex401BFC4B5901fa6137
Octal100333741131310137214167
Binary100000011011111111001001011101100101111110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401BFC; }

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

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

<style>
 a { background-color: #401BFC; }

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

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

<style>
 span { border-color: #401BFC; }

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

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