#580A69

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

Shades of Indigo #580A69

Tints of Indigo #580A69

Color information

#580A69 (or 0x580A69) is unknown color: approx Indigo. HEX triplet: 58, 0A and 69. RGB value is (88,10,105). Sum of RGB (Red+Green+Blue) = 88+10+105=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #580A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A69 is #A7F596. Grayscale: #2B2B2B. Windows color (decimal): -11007383 or 6883928. OLE color: 6883928.

HSL color Cylindrical-coordinate representation of color #580A69: hue angle of 289.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580A69 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8810105-
CMYK0.160.9000.59
HSL289.26º82.61%22.55%-
HSV(B)289.26º90.48%41.18%-
XYZ6.683.3113.65-
YUV44.15162.34159.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=43.35%
G=4.93%
B=51.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88101050.160.9000.59289.2682.6122.55
Hex58A69105A03B1215317
Octal130121512013207344112327
Binary1011000101011010011000010110100111011100100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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