Html Css Color HEX #5431EB Han Purple

📋 copy color: '#5431EB'

red 84 ◦ green 49 ◦ blue 235

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

Shades of Han Purple #5431EB

Tints of Han Purple #5431EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 22.83%
G = 13.32%
B = 63.86%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5431EB (or 0x5431EB) is known color: Han Purple. HEX triplet: 54, 31 and EB. RGB value is (84,49,235). Sum of RGB (Red+Green+Blue) = 84+49+235=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #5431EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5431EB is #ABCE14. Grayscale: #4F4F4F. Windows color (decimal): -11259413 or 15413588. OLE color: 15413588.

HSL color Cylindrical-coordinate representation of color #5431EB: hue angle of 251.29º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5431EB is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 49 235 -
CMYK 0.64 0.79 0 0.08
HSL 251.29º 0.82% 0.56% -
HSV(B) 251.29º 0.79% 0.92% -
XYZ 19.75 10.08 79.5 -
YUV 80.67 215.1 130.38 -
System Red Green Blue C M Y K H S L
Decimal 84 49 235 0.64 0.79 0 0.08 251.29 0.82 0.56
Hex 54 31 EB 40 4F 0 8 FB 52 38
Octal 124 61 353 100 117 0 10 373 122 70
Binary 1010100 110001 11101011 1000000 1001111 0 1000 11111011 1010010 111000

Color Harmonies of #5431EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5431EB

Black with #5431EB

Text Example


Text Example

White with #5431EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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