Html Css Color HEX #4028DC Han Purple

📋 copy color: '#4028DC'

red 64 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #4028DC

Tints of Han Purple #4028DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 19.75%
G = 12.35%
B = 67.9%

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

#4028DC (or 0x4028DC) is known color: Han Purple. HEX triplet: 40, 28 and DC. RGB value is (64,40,220). Sum of RGB (Red+Green+Blue) = 64+40+220=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #4028DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028DC is #BFD723. Grayscale: #434343. Windows color (decimal): -12572452 or 14428224. OLE color: 14428224.

HSL color Cylindrical-coordinate representation of color #4028DC: hue angle of 248º degrees, saturation: 0.72, 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 #4028DC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 40 220 -
CMYK 0.71 0.82 0 0.14
HSL 248º 0.72% 0.51% -
HSV(B) 248º 0.82% 0.86% -
XYZ 15.79 7.77 68.38 -
YUV 67.7 213.95 125.36 -
System Red Green Blue C M Y K H S L
Decimal 64 40 220 0.71 0.82 0 0.14 248 0.72 0.51
Hex 40 28 DC 47 52 0 E F8 48 33
Octal 100 50 334 107 122 0 16 370 110 63
Binary 1000000 101000 11011100 1000111 1010010 0 1110 11111000 1001000 110011

Color Harmonies of #4028DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028DC

Black with #4028DC

Text Example


Text Example

White with #4028DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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