Html Css Color HEX #4024DB Han Purple

📋 copy color: '#4024DB'

red 64 ◦ green 36 ◦ blue 219

#4024DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4024DB

Tints of Han Purple #4024DB

RGB

 RED value IS 64 (25.39% from 255) = 20.06%

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 20.06%
G = 11.29%
B = 68.65%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4024DB (or 0x4024DB) is known color: Han Purple. HEX triplet: 40, 24 and DB. RGB value is (64,36,219). Sum of RGB (Red+Green+Blue) = 64+36+219=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #4024DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024DB is #BFDB24. Grayscale: #404040. Windows color (decimal): -12573477 or 14361664. OLE color: 14361664.

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

Color convert

RGB 64 36 219 -
CMYK 0.71 0.84 0 0.14
HSL 249.18º 0.72% 0.5% -
HSV(B) 249.18º 0.84% 0.86% -
XYZ 15.53 7.47 67.64 -
YUV 65.23 214.78 127.12 -
System Red Green Blue C M Y K H S L
Decimal 64 36 219 0.71 0.84 0 0.14 249.18 0.72 0.5
Hex 40 24 DB 47 54 0 E F9 48 32
Octal 100 44 333 107 124 0 16 371 110 62
Binary 1000000 100100 11011011 1000111 1010100 0 1110 11111001 1001000 110010

Color Harmonies of #4024DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024DB

Black with #4024DB

Text Example


Text Example

White with #4024DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4024DB;
 }
 .AnyTagClassName
 {
   color: #4024DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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