#4023DA

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

Shades of Han Purple #4023DA

Tints of Han Purple #4023DA

Color information

#4023DA (or 0x4023DA) is unknown color: approx Han Purple. HEX triplet: 40, 23 and DA. RGB value is (64,35,218). Sum of RGB (Red+Green+Blue) = 64+35+218=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #4023DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023DA is #BFDC25. Grayscale: #3F3F3F. Windows color (decimal): -12573734 or 14295872. OLE color: 14295872.

HSL color Cylindrical-coordinate representation of color #4023DA: hue angle of 249.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4023DA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6435218-
CMYK0.710.8400.15
HSL249.51º72.33%49.61%-
HSV(B)249.51º83.94%85.49%-
XYZ15.377.3566.94-
YUV64.53214.61127.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 218 (85.55% from 255) = 68.77%
R=20.19%
G=11.04%
B=68.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64352180.710.8400.15249.5172.3349.61
Hex4023DA47540Ffa4832
Octal1004333210712401737211062
Binary1000000100011110110101000111101010001111111110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4023DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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