Html Css Color HEX #4028DB Han Purple

📋 copy color: '#4028DB'

red 64 ◦ green 40 ◦ blue 219

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

Shades of Han Purple #4028DB

Tints of Han Purple #4028DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 19.81%
G = 12.38%
B = 67.8%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4028DB (or 0x4028DB) is known color: Han Purple. HEX triplet: 40, 28 and DB. RGB value is (64,40,219). Sum of RGB (Red+Green+Blue) = 64+40+219=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #4028DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028DB is #BFD724. Grayscale: #424242. Windows color (decimal): -12572453 or 14362688. OLE color: 14362688.

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

Color convert

RGB 64 40 219 -
CMYK 0.71 0.82 0 0.14
HSL 248.04º 0.71% 0.51% -
HSV(B) 248.04º 0.82% 0.86% -
XYZ 15.66 7.72 67.68 -
YUV 67.58 213.45 125.45 -
System Red Green Blue C M Y K H S L
Decimal 64 40 219 0.71 0.82 0 0.14 248.04 0.71 0.51
Hex 40 28 DB 47 52 0 E F8 47 33
Octal 100 50 333 107 122 0 16 370 107 63
Binary 1000000 101000 11011011 1000111 1010010 0 1110 11111000 1000111 110011

Color Harmonies of #4028DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028DB

Black with #4028DB

Text Example


Text Example

White with #4028DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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