#5804E1

Color #5804E1 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5804E1

Tints of Electric Indigo #5804E1

Color information

#5804E1 (or 0x5804E1) is unknown color: approx Electric Indigo. HEX triplet: 58, 04 and E1. RGB value is (88,4,225). Sum of RGB (Red+Green+Blue) = 88+4+225=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #5804E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804E1 is #A7FB1E. Grayscale: #353535. Windows color (decimal): -11008799 or 14746712. OLE color: 14746712.

HSL color Cylindrical-coordinate representation of color #5804E1: hue angle of 262.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804E1 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB884225-
CMYK0.610.9800.12
HSL262.81º96.51%44.9%-
HSV(B)262.81º98.22%88.24%-
XYZ17.667.671.77-
YUV54.31224.33152.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 225 (88.28% from 255) = 70.98%
R=27.76%
G=1.26%
B=70.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8842250.610.9800.12262.8196.5144.9
Hex584E13D620C107612d
Octal13043417514201440714155
Binary1011000100111000011111011100010011001000001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5804E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,4,225); }

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

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

 a { background-color: rgb(88,4,225); }

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

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

 span { border-color: rgb(88,4,225); }

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