Html Css Color HEX #5411EB Han Purple

📋 copy color: '#5411EB'

red 84 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #5411EB

Tints of Han Purple #5411EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

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

R = 25%
G = 5.06%
B = 69.94%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5411EB (or 0x5411EB) is known color: Han Purple. HEX triplet: 54, 11 and EB. RGB value is (84,17,235). Sum of RGB (Red+Green+Blue) = 84+17+235=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5411EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5411EB is #ABEE14. Grayscale: #3D3D3D. Windows color (decimal): -11267605 or 15405396. OLE color: 15405396.

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

Color convert

RGB 84 17 235 -
CMYK 0.64 0.93 0 0.08
HSL 258.44º 0.87% 0.49% -
HSV(B) 258.44º 0.93% 0.92% -
XYZ 18.85 8.28 79.2 -
YUV 61.89 225.7 143.77 -
System Red Green Blue C M Y K H S L
Decimal 84 17 235 0.64 0.93 0 0.08 258.44 0.87 0.49
Hex 54 11 EB 40 5D 0 8 102 57 31
Octal 124 21 353 100 135 0 10 402 127 61
Binary 1010100 10001 11101011 1000000 1011101 0 1000 100000010 1010111 110001

Color Harmonies of #5411EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5411EB

Black with #5411EB

Text Example


Text Example

White with #5411EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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