Html Css Color HEX #5028F1 Han Purple

📋 copy color: '#5028F1'

red 80 ◦ green 40 ◦ blue 241

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

Shades of Han Purple #5028F1

Tints of Han Purple #5028F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.76%

R = 22.16%
G = 11.08%
B = 66.76%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5028F1 (or 0x5028F1) is known color: Han Purple. HEX triplet: 50, 28 and F1. RGB value is (80,40,241). Sum of RGB (Red+Green+Blue) = 80+40+241=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #5028F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028F1 is #AFD70E. Grayscale: #4A4A4A. Windows color (decimal): -11523855 or 15804496. OLE color: 15804496.

HSL color Cylindrical-coordinate representation of color #5028F1: hue angle of 251.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5028F1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 40 241 -
CMYK 0.67 0.83 0 0.05
HSL 251.94º 0.88% 0.55% -
HSV(B) 251.94º 0.83% 0.95% -
XYZ 19.94 9.57 84.02 -
YUV 74.87 221.75 131.66 -
System Red Green Blue C M Y K H S L
Decimal 80 40 241 0.67 0.83 0 0.05 251.94 0.88 0.55
Hex 50 28 F1 43 53 0 5 FC 58 37
Octal 120 50 361 103 123 0 5 374 130 67
Binary 1010000 101000 11110001 1000011 1010011 0 101 11111100 1011000 110111

Color Harmonies of #5028F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5028F1

Black with #5028F1

Text Example


Text Example

White with #5028F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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