Html Css Color HEX #5030EB Han Purple

📋 copy color: '#5030EB'

red 80 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #5030EB

Tints of Han Purple #5030EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 22.04%
G = 13.22%
B = 64.74%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5030EB (or 0x5030EB) is known color: Han Purple. HEX triplet: 50, 30 and EB. RGB value is (80,48,235). Sum of RGB (Red+Green+Blue) = 80+48+235=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #5030EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5030EB is #AFCF14. Grayscale: #4E4E4E. Windows color (decimal): -11521813 or 15413328. OLE color: 15413328.

HSL color Cylindrical-coordinate representation of color #5030EB: hue angle of 250.27º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5030EB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 48 235 -
CMYK 0.66 0.80 0 0.08
HSL 250.27º 0.82% 0.55% -
HSV(B) 250.27º 0.8% 0.92% -
XYZ 19.36 9.82 79.47 -
YUV 78.89 216.1 128.79 -
System Red Green Blue C M Y K H S L
Decimal 80 48 235 0.66 0.80 0 0.08 250.27 0.82 0.55
Hex 50 30 EB 42 50 0 8 FA 52 37
Octal 120 60 353 102 120 0 10 372 122 67
Binary 1010000 110000 11101011 1000010 1010000 0 1000 11111010 1010010 110111

Color Harmonies of #5030EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030EB

Black with #5030EB

Text Example


Text Example

White with #5030EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5030EB; }

 p { color: rgb(80,48,235); }

 H1.HeaderClassName
 {
   color: #5030EB;
 }
 .AnyTagClassName
 {
   color: #5030EB;
 }
</style>

background-color css

<style>
 a { background-color: #5030EB; }

 a { background-color: rgb(80,48,235); }

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

border-color css

<style>
 span { border-color: #5030EB; }

 span { border-color: rgb(80,48,235); }

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