Html Css Color HEX #5409EB Han Purple

📋 copy color: '#5409EB'

red 84 ◦ green 9 ◦ blue 235

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

Shades of Han Purple #5409EB

Tints of Han Purple #5409EB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 25.61%
G = 2.74%
B = 71.65%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5409EB (or 0x5409EB) is known color: Han Purple. HEX triplet: 54, 09 and EB. RGB value is (84,9,235). Sum of RGB (Red+Green+Blue) = 84+9+235=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #5409EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5409EB is #ABF614. Grayscale: #383838. Windows color (decimal): -11269653 or 15403348. OLE color: 15403348.

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

Color convert

RGB 84 9 235 -
CMYK 0.64 0.96 0 0.08
HSL 259.91º 0.93% 0.48% -
HSV(B) 259.91º 0.96% 0.92% -
XYZ 18.75 8.08 79.17 -
YUV 57.19 228.35 147.12 -
System Red Green Blue C M Y K H S L
Decimal 84 9 235 0.64 0.96 0 0.08 259.91 0.93 0.48
Hex 54 9 EB 40 60 0 8 104 5D 30
Octal 124 11 353 100 140 0 10 404 135 60
Binary 1010100 1001 11101011 1000000 1100000 0 1000 100000100 1011101 110000

Color Harmonies of #5409EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409EB

Black with #5409EB

Text Example


Text Example

White with #5409EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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