#5800DD

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

Shades of Electric Indigo #5800DD

Tints of Electric Indigo #5800DD

Color information

#5800DD (or 0x5800DD) is unknown color: approx Electric Indigo. HEX triplet: 58, 00 and DD. RGB value is (88,0,221). Sum of RGB (Red+Green+Blue) = 88+0+221=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #5800DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800DD is #A7FF22. Grayscale: #323232. Windows color (decimal): -11009827 or 14483544. OLE color: 14483544.

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

Color convert

RGB880221-
CMYK0.60100.13
HSL263.89º100%43.33%-
HSV(B)263.89º100%86.67%-
XYZ17.087.368.91-
YUV51.51223.65154.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 71.52%
R=28.48%
G=0%
B=71.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8802210.60100.13263.8910043.33
Hex580DD3C640D108642b
Octal13003357414401541014453
Binary10110000110111011111001100100011011000010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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