#4019DB

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

Shades of Han Purple #4019DB

Tints of Han Purple #4019DB

Color information

#4019DB (or 0x4019DB) is unknown color: approx Han Purple. HEX triplet: 40, 19 and DB. RGB value is (64,25,219). Sum of RGB (Red+Green+Blue) = 64+25+219=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4019DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019DB is #BFE624. Grayscale: #3A3A3A. Windows color (decimal): -12576293 or 14358848. OLE color: 14358848.

HSL color Cylindrical-coordinate representation of color #4019DB: hue angle of 252.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4019DB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6425219-
CMYK0.710.8900.14
HSL252.06º79.51%47.84%-
HSV(B)252.06º88.58%85.88%-
XYZ15.256.967.55-
YUV58.78218.42131.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 25 (10.16% from 255) = 8.12%
BLUE value IS 219 (85.94% from 255) = 71.10%
R=20.78%
G=8.12%
B=71.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64252190.710.8900.14252.0679.5147.84
Hex4019DB47590Efc5030
Octal1003133310713101637412060
Binary100000011001110110111000111101100101110111111001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4019DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4019DB; }

 p { color: rgb(64,25,219); }

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

<style>
 a { background-color: #4019DB; }

 a { background-color: rgb(64,25,219); }

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

<style>
 span { border-color: #4019DB; }

 span { border-color: rgb(64,25,219); }

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