Html Css Color HEX #5031EE Han Purple

📋 copy color: '#5031EE'

red 80 ◦ green 49 ◦ blue 238

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

Shades of Han Purple #5031EE

Tints of Han Purple #5031EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 21.8%
G = 13.35%
B = 64.85%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5031EE (or 0x5031EE) is known color: Han Purple. HEX triplet: 50, 31 and EE. RGB value is (80,49,238). Sum of RGB (Red+Green+Blue) = 80+49+238=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #5031EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5031EE is #AFCE11. Grayscale: #4F4F4F. Windows color (decimal): -11521554 or 15610192. OLE color: 15610192.

HSL color Cylindrical-coordinate representation of color #5031EE: hue angle of 249.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5031EE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 49 238 -
CMYK 0.66 0.79 0 0.07
HSL 249.84º 0.85% 0.56% -
HSV(B) 249.84º 0.79% 0.93% -
XYZ 19.84 10.08 81.79 -
YUV 79.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 80 49 238 0.66 0.79 0 0.07 249.84 0.85 0.56
Hex 50 31 EE 42 4F 0 7 FA 55 38
Octal 120 61 356 102 117 0 7 372 125 70
Binary 1010000 110001 11101110 1000010 1001111 0 111 11111010 1010101 111000

Color Harmonies of #5031EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5031EE

Black with #5031EE

Text Example


Text Example

White with #5031EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5031EE; }

 p { color: rgb(80,49,238); }

 H1.HeaderClassName
 {
   color: #5031EE;
 }
 .AnyTagClassName
 {
   color: #5031EE;
 }
</style>

background-color css

<style>
 a { background-color: #5031EE; }

 a { background-color: rgb(80,49,238); }

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

border-color css

<style>
 span { border-color: #5031EE; }

 span { border-color: rgb(80,49,238); }

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