Html Css Color HEX #5036DF Han Purple

📋 copy color: '#5036DF'

red 80 ◦ green 54 ◦ blue 223

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

Shades of Han Purple #5036DF

Tints of Han Purple #5036DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 22.41%
G = 15.13%
B = 62.46%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5036DF (or 0x5036DF) is known color: Han Purple. HEX triplet: 50, 36 and DF. RGB value is (80,54,223). Sum of RGB (Red+Green+Blue) = 80+54+223=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5036DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5036DF is #AFC920. Grayscale: #505050. Windows color (decimal): -11520289 or 14628432. OLE color: 14628432.

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

Color convert

RGB 80 54 223 -
CMYK 0.64 0.76 0 0.13
HSL 249.23º 0.73% 0.54% -
HSV(B) 249.23º 0.76% 0.87% -
XYZ 17.95 9.67 70.73 -
YUV 81.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 80 54 223 0.64 0.76 0 0.13 249.23 0.73 0.54
Hex 50 36 DF 40 4C 0 D F9 49 36
Octal 120 66 337 100 114 0 15 371 111 66
Binary 1010000 110110 11011111 1000000 1001100 0 1101 11111001 1001001 110110

Color Harmonies of #5036DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5036DF

Black with #5036DF

Text Example


Text Example

White with #5036DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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