Html Css Color HEX #5030FF Han Purple

📋 copy color: '#5030FF'

red 80 ◦ green 48 ◦ blue 255

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

Shades of Han Purple #5030FF

Tints of Han Purple #5030FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 20.89%
G = 12.53%
B = 66.58%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5030FF (or 0x5030FF) is known color: Han Purple. HEX triplet: 50, 30 and FF. RGB value is (80,48,255). Sum of RGB (Red+Green+Blue) = 80+48+255=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #5030FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5030FF is #AFCF00. Grayscale: #505050. Windows color (decimal): -11521793 or 16724048. OLE color: 16724048.

HSL color Cylindrical-coordinate representation of color #5030FF: hue angle of 249.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5030FF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 48 255 -
CMYK 0.69 0.81 0 0
HSL 249.28º 1% 0.59% -
HSV(B) 249.28º 0.81% 1% -
XYZ 22.42 11.04 95.56 -
YUV 81.17 226.1 127.17 -
System Red Green Blue C M Y K H S L
Decimal 80 48 255 0.69 0.81 0 0 249.28 1 0.59
Hex 50 30 FF 45 51 0 0 F9 64 3B
Octal 120 60 377 105 121 0 0 371 144 73
Binary 1010000 110000 11111111 1000101 1010001 0 0 11111001 1100100 111011

Color Harmonies of #5030FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030FF

Black with #5030FF

Text Example


Text Example

White with #5030FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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