Html Css Color HEX #5434E1 Han Purple

📋 copy color: '#5434E1'

red 84 ◦ green 52 ◦ blue 225

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

Shades of Han Purple #5434E1

Tints of Han Purple #5434E1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

 BLUE value IS 225 (88.28% from 255) = 62.33%

R = 23.27%
G = 14.4%
B = 62.33%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5434E1 (or 0x5434E1) is known color: Han Purple. HEX triplet: 54, 34 and E1. RGB value is (84,52,225). Sum of RGB (Red+Green+Blue) = 84+52+225=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #5434E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434E1 is #ABCB1E. Grayscale: #505050. Windows color (decimal): -11258655 or 14758996. OLE color: 14758996.

HSL color Cylindrical-coordinate representation of color #5434E1: hue angle of 251.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5434E1 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 52 225 -
CMYK 0.63 0.77 0 0.12
HSL 251.1º 0.74% 0.54% -
HSV(B) 251.1º 0.77% 0.88% -
XYZ 18.47 9.78 72.15 -
YUV 81.29 209.1 129.93 -
System Red Green Blue C M Y K H S L
Decimal 84 52 225 0.63 0.77 0 0.12 251.1 0.74 0.54
Hex 54 34 E1 3F 4D 0 C FB 4A 36
Octal 124 64 341 77 115 0 14 373 112 66
Binary 1010100 110100 11100001 111111 1001101 0 1100 11111011 1001010 110110

Color Harmonies of #5434E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5434E1

Black with #5434E1

Text Example


Text Example

White with #5434E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5434E1; }

 p { color: rgb(84,52,225); }

 H1.HeaderClassName
 {
   color: #5434E1;
 }
 .AnyTagClassName
 {
   color: #5434E1;
 }
</style>

background-color css

<style>
 a { background-color: #5434E1; }

 a { background-color: rgb(84,52,225); }

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

border-color css

<style>
 span { border-color: #5434E1; }

 span { border-color: rgb(84,52,225); }

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