#5531ea

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

Shades of Han Purple #5531EA

Tints of Han Purple #5531EA

Color information

#5531EA (or 0x5531EA) is unknown color: approx Han Purple. HEX triplet: 55, 31 and EA. RGB value is (85,49,234). Sum of RGB (Red+Green+Blue) = 85+49+234=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #5531EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5531EA is #AACE15. Grayscale: #505050. Windows color (decimal): -11193878 or 15348053. OLE color: 15348053.

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

Color convert

RGB8549234-
CMYK0.640.7900.08
HSL251.68º81.5%55.49%-
HSV(B)251.68º79.06%91.76%-
XYZ19.710.0778.75-
YUV80.85214.43130.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 49 (19.53% from 255) = 13.32%
BLUE value IS 234 (91.80% from 255) = 63.59%
R=23.10%
G=13.32%
B=63.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85492340.640.7900.08251.6881.555.49
Hex5531EA404F08fc5137
Octal1256135210011701037412167
Binary1010101110001111010101000000100111101000111111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5531ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5531ea; }

 p { color: rgb(85,49,234); }

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

<style>
 a { background-color: #5531ea; }

 a { background-color: rgb(85,49,234); }

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

<style>
 span { border-color: #5531ea; }

 span { border-color: rgb(85,49,234); }

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