#580AAA

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

Shades of Indigo #580AAA

Tints of Indigo #580AAA

Color information

#580AAA (or 0x580AAA) is unknown color: approx Indigo. HEX triplet: 58, 0A and AA. RGB value is (88,10,170). Sum of RGB (Red+Green+Blue) = 88+10+170=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #580AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAA is #A7F555. Grayscale: #333333. Windows color (decimal): -11007318 or 11143768. OLE color: 11143768.

HSL color Cylindrical-coordinate representation of color #580AAA: hue angle of 269.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580AAA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8810170-
CMYK0.480.9400.33
HSL269.25º88.89%35.29%-
HSV(B)269.25º94.12%66.67%-
XYZ11.395.1938.43-
YUV51.56194.84153.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=32.84%
G=3.73%
B=63.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88101700.480.9400.33269.2588.8935.29
Hex58AAA305E02110d5923
Octal130122526013604141513143
Binary1011000101010101010110000101111001000011000011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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