#4023FE

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

Shades of Han Purple #4023FE

Tints of Han Purple #4023FE

Color information

#4023FE (or 0x4023FE) is unknown color: approx Han Purple. HEX triplet: 40, 23 and FE. RGB value is (64,35,254). Sum of RGB (Red+Green+Blue) = 64+35+254=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #4023FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4023FE is #BFDC01. Grayscale: #434343. Windows color (decimal): -12573698 or 16655168. OLE color: 16655168.

HSL color Cylindrical-coordinate representation of color #4023FE: hue angle of 247.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4023FE is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6435254-
CMYK0.750.8600.00
HSL247.95º99.1%56.67%-
HSV(B)247.95º86.22%99.61%-
XYZ20.69.4594.5-
YUV68.64232.61124.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 35 (14.06% from 255) = 9.92%
BLUE value IS 254 (99.61% from 255) = 71.95%
R=18.13%
G=9.92%
B=71.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal64352540.750.8600.00247.9599.156.67
Hex4023FE4B5600f86339
Octal100433761131260037014371
Binary1000000100011111111101001011101011000111110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4023FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4023FE; }

 p { color: rgb(64,35,254); }

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

<style>
 a { background-color: #4023FE; }

 a { background-color: rgb(64,35,254); }

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

<style>
 span { border-color: #4023FE; }

 span { border-color: rgb(64,35,254); }

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