Html Css Color HEX #4018DB Han Purple

📋 copy color: '#4018DB'

red 64 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #4018DB

Tints of Han Purple #4018DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 20.85%
G = 7.82%
B = 71.34%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4018DB (or 0x4018DB) is known color: Han Purple. HEX triplet: 40, 18 and DB. RGB value is (64,24,219). Sum of RGB (Red+Green+Blue) = 64+24+219=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #4018DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018DB is #BFE724. Grayscale: #393939. Windows color (decimal): -12576549 or 14358592. OLE color: 14358592.

HSL color Cylindrical-coordinate representation of color #4018DB: hue angle of 252.31º 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 #4018DB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 24 219 -
CMYK 0.71 0.89 0 0.14
HSL 252.31º 0.8% 0.48% -
HSV(B) 252.31º 0.89% 0.86% -
XYZ 15.23 6.86 67.54 -
YUV 58.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 64 24 219 0.71 0.89 0 0.14 252.31 0.8 0.48
Hex 40 18 DB 47 59 0 E FC 50 30
Octal 100 30 333 107 131 0 16 374 120 60
Binary 1000000 11000 11011011 1000111 1011001 0 1110 11111100 1010000 110000

Color Harmonies of #4018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018DB

Black with #4018DB

Text Example


Text Example

White with #4018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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