Html Css Color HEX #5028DB Han Purple

📋 copy color: '#5028DB'

red 80 ◦ green 40 ◦ blue 219

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

Shades of Han Purple #5028DB

Tints of Han Purple #5028DB

RGB

 RED value IS 80 (31.64% from 255) = 23.6%

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

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

R = 23.6%
G = 11.8%
B = 64.6%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5028DB (or 0x5028DB) is known color: Han Purple. HEX triplet: 50, 28 and DB. RGB value is (80,40,219). Sum of RGB (Red+Green+Blue) = 80+40+219=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #5028DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5028DB is #AFD724. Grayscale: #474747. Windows color (decimal): -11523877 or 14362704. OLE color: 14362704.

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

Color convert

RGB 80 40 219 -
CMYK 0.63 0.82 0 0.14
HSL 253.41º 0.71% 0.51% -
HSV(B) 253.41º 0.82% 0.86% -
XYZ 16.85 8.34 67.74 -
YUV 72.37 210.75 133.45 -
System Red Green Blue C M Y K H S L
Decimal 80 40 219 0.63 0.82 0 0.14 253.41 0.71 0.51
Hex 50 28 DB 3F 52 0 E FD 47 33
Octal 120 50 333 77 122 0 16 375 107 63
Binary 1010000 101000 11011011 111111 1010010 0 1110 11111101 1000111 110011

Color Harmonies of #5028DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5028DB

Black with #5028DB

Text Example


Text Example

White with #5028DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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