#580AA4

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

Shades of Indigo #580AA4

Tints of Indigo #580AA4

Color information

#580AA4 (or 0x580AA4) is unknown color: approx Indigo. HEX triplet: 58, 0A and A4. RGB value is (88,10,164). Sum of RGB (Red+Green+Blue) = 88+10+164=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #580AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AA4 is #A7F55B. Grayscale: #323232. Windows color (decimal): -11007324 or 10750552. OLE color: 10750552.

HSL color Cylindrical-coordinate representation of color #580AA4: hue angle of 270.39º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580AA4 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8810164-
CMYK0.460.9400.36
HSL270.39º88.51%34.12%-
HSV(B)270.39º93.9%64.31%-
XYZ10.834.9735.51-
YUV50.88191.84154.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 164 (64.45% from 255) = 62.60%
R=33.59%
G=3.82%
B=62.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88101640.460.9400.36270.3988.5134.12
Hex58AA42E5E02410e5922
Octal130122445613604441613142
Binary1011000101010100100101110101111001001001000011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580AA4; }

 p { color: rgb(88,10,164); }

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

<style>
 a { background-color: #580AA4; }

 a { background-color: rgb(88,10,164); }

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

<style>
 span { border-color: #580AA4; }

 span { border-color: rgb(88,10,164); }

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