#5804A7

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

Shades of Indigo #5804A7

Tints of Indigo #5804A7

Color information

#5804A7 (or 0x5804A7) is unknown color: approx Indigo. HEX triplet: 58, 04 and A7. RGB value is (88,4,167). Sum of RGB (Red+Green+Blue) = 88+4+167=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #5804A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5804A7 is #A7FB58. Grayscale: #2F2F2F. Windows color (decimal): -11008857 or 10945624. OLE color: 10945624.

HSL color Cylindrical-coordinate representation of color #5804A7: hue angle of 270.92º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804A7 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB884167-
CMYK0.470.9800.35
HSL270.92º95.32%33.53%-
HSV(B)270.92º97.6%65.49%-
XYZ11.044.9536.93-
YUV47.7195.33156.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 167 (65.62% from 255) = 64.48%
R=33.98%
G=1.54%
B=64.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8841670.470.9800.35270.9295.3233.53
Hex584A72F6202310f5f22
Octal13042475714204341713742
Binary101100010010100111101111110001001000111000011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5804A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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