#5428FB

Color #5428FB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5428FB

Tints of Han Purple #5428FB

Color information

#5428FB (or 0x5428FB) is unknown color: approx Han Purple. HEX triplet: 54, 28 and FB. RGB value is (84,40,251). Sum of RGB (Red+Green+Blue) = 84+40+251=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #5428FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5428FB is #ABD704. Grayscale: #4C4C4C. Windows color (decimal): -11261701 or 16459860. OLE color: 16459860.

HSL color Cylindrical-coordinate representation of color #5428FB: hue angle of 252.51º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5428FB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8440251-
CMYK0.670.8400.02
HSL252.51º96.35%57.06%-
HSV(B)252.51º84.06%98.43%-
XYZ21.8310.3792.12-
YUV77.21226.08132.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 40 (16.02% from 255) = 10.67%
BLUE value IS 251 (98.44% from 255) = 66.93%
R=22.4%
G=10.67%
B=66.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84402510.670.8400.02252.5196.3557.06
Hex5428FB435402fd6039
Octal124503731031240237514071
Binary10101001010001111101110000111010100010111111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5428FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5428FB; }

 p { color: rgb(84,40,251); }

 H1.HeaderClassName
 {
   color: #5428FB;
 }
 .AnyTagClassName
 {
   color: #5428FB;
 }
</style>
background-color css

<style>
 a { background-color: #5428FB; }

 a { background-color: rgb(84,40,251); }

 div.DivClassName
 {
   background-color: #5428FB;
 }
 .BgClassName
 {
   background-color: #5428FB;
 }
</style>
border-color css

<style>
 span { border-color: #5428FB; }

 span { border-color: rgb(84,40,251); }

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