Html Css Color HEX #4017DB Han Purple

📋 copy color: '#4017DB'

red 64 ◦ green 23 ◦ blue 219

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

Shades of Han Purple #4017DB

Tints of Han Purple #4017DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 20.92%
G = 7.52%
B = 71.57%

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

#4017DB (or 0x4017DB) is known color: Han Purple. HEX triplet: 40, 17 and DB. RGB value is (64,23,219). Sum of RGB (Red+Green+Blue) = 64+23+219=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #4017DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017DB is #BFE824. Grayscale: #383838. Windows color (decimal): -12576805 or 14358336. OLE color: 14358336.

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

Color convert

RGB 64 23 219 -
CMYK 0.71 0.89 0 0.14
HSL 252.55º 0.81% 0.47% -
HSV(B) 252.55º 0.89% 0.86% -
XYZ 15.21 6.82 67.53 -
YUV 57.6 219.08 132.56 -
System Red Green Blue C M Y K H S L
Decimal 64 23 219 0.71 0.89 0 0.14 252.55 0.81 0.47
Hex 40 17 DB 47 59 0 E FD 51 2F
Octal 100 27 333 107 131 0 16 375 121 57
Binary 1000000 10111 11011011 1000111 1011001 0 1110 11111101 1010001 101111

Color Harmonies of #4017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017DB

Black with #4017DB

Text Example


Text Example

White with #4017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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