#5800FF

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

Shades of Electric Indigo #5800FF

Tints of Electric Indigo #5800FF

Color information

#5800FF (or 0x5800FF) is unknown color: approx Electric Indigo. HEX triplet: 58, 00 and FF. RGB value is (88,0,255). Sum of RGB (Red+Green+Blue) = 88+0+255=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #5800FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800FF is #A7FF00. Grayscale: #363636. Windows color (decimal): -11009793 or 16711768. OLE color: 16711768.

HSL color Cylindrical-coordinate representation of color #5800FF: hue angle of 260.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800FF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB880255-
CMYK0.65100
HSL260.71º100%50%-
HSV(B)260.71º100%100%-
XYZ22.079.2995.24-
YUV55.38240.65151.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 74.34%
R=25.66%
G=0%
B=74.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8802550.65100260.7110050
Hex580FF4164001056432
Octal13003771011440040514462
Binary101100001111111110000011100100001000001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5800FF; }

 p { color: rgb(88,0,255); }

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

<style>
 a { background-color: #5800FF; }

 a { background-color: rgb(88,0,255); }

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

<style>
 span { border-color: #5800FF; }

 span { border-color: rgb(88,0,255); }

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