Html Css Color HEX #5431EE Han Purple

📋 copy color: '#5431EE'

red 84 ◦ green 49 ◦ blue 238

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

Shades of Han Purple #5431EE

Tints of Han Purple #5431EE

RGB

 RED value IS 84 (33.2% from 255) = 22.64%

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

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

R = 22.64%
G = 13.21%
B = 64.15%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5431EE (or 0x5431EE) is known color: Han Purple. HEX triplet: 54, 31 and EE. RGB value is (84,49,238). Sum of RGB (Red+Green+Blue) = 84+49+238=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #5431EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5431EE is #ABCE11. Grayscale: #505050. Windows color (decimal): -11259410 or 15610196. OLE color: 15610196.

HSL color Cylindrical-coordinate representation of color #5431EE: hue angle of 251.11º 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 #5431EE is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 49 238 -
CMYK 0.65 0.79 0 0.07
HSL 251.11º 0.85% 0.56% -
HSV(B) 251.11º 0.79% 0.93% -
XYZ 20.19 10.25 81.8 -
YUV 81.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 84 49 238 0.65 0.79 0 0.07 251.11 0.85 0.56
Hex 54 31 EE 41 4F 0 7 FB 55 38
Octal 124 61 356 101 117 0 7 373 125 70
Binary 1010100 110001 11101110 1000001 1001111 0 111 11111011 1010101 111000

Color Harmonies of #5431EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5431EE

Black with #5431EE

Text Example


Text Example

White with #5431EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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