Html Css Color HEX #5028DD Han Purple

📋 copy color: '#5028DD'

red 80 ◦ green 40 ◦ blue 221

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

Shades of Han Purple #5028DD

Tints of Han Purple #5028DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 23.46%
G = 11.73%
B = 64.81%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5028DD (or 0x5028DD) is known color: Han Purple. HEX triplet: 50, 28 and DD. RGB value is (80,40,221). Sum of RGB (Red+Green+Blue) = 80+40+221=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #5028DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5028DD is #AFD722. Grayscale: #474747. Windows color (decimal): -11523875 or 14493776. OLE color: 14493776.

HSL color Cylindrical-coordinate representation of color #5028DD: hue angle of 253.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5028DD is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 40 221 -
CMYK 0.64 0.82 0 0.13
HSL 253.26º 0.73% 0.51% -
HSV(B) 253.26º 0.82% 0.87% -
XYZ 17.12 8.44 69.13 -
YUV 72.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 80 40 221 0.64 0.82 0 0.13 253.26 0.73 0.51
Hex 50 28 DD 40 52 0 D FD 49 33
Octal 120 50 335 100 122 0 15 375 111 63
Binary 1010000 101000 11011101 1000000 1010010 0 1101 11111101 1001001 110011

Color Harmonies of #5028DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5028DD

Black with #5028DD

Text Example


Text Example

White with #5028DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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