Html Css Color HEX #5030DF Han Purple

📋 copy color: '#5030DF'

red 80 ◦ green 48 ◦ blue 223

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

Shades of Han Purple #5030DF

Tints of Han Purple #5030DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 22.79%
G = 13.68%
B = 63.53%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5030DF (or 0x5030DF) is known color: Han Purple. HEX triplet: 50, 30 and DF. RGB value is (80,48,223). Sum of RGB (Red+Green+Blue) = 80+48+223=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #5030DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030DF is #AFCF20. Grayscale: #4C4C4C. Windows color (decimal): -11521825 or 14626896. OLE color: 14626896.

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

Color convert

RGB 80 48 223 -
CMYK 0.64 0.78 0 0.13
HSL 250.97º 0.73% 0.53% -
HSV(B) 250.97º 0.78% 0.87% -
XYZ 17.68 9.15 70.65 -
YUV 77.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 80 48 223 0.64 0.78 0 0.13 250.97 0.73 0.53
Hex 50 30 DF 40 4E 0 D FB 49 35
Octal 120 60 337 100 116 0 15 373 111 65
Binary 1010000 110000 11011111 1000000 1001110 0 1101 11111011 1001001 110101

Color Harmonies of #5030DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030DF

Black with #5030DF

Text Example


Text Example

White with #5030DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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