#580C69

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

Shades of Indigo #580C69

Tints of Indigo #580C69

Color information

#580C69 (or 0x580C69) is unknown color: approx Indigo. HEX triplet: 58, 0C and 69. RGB value is (88,12,105). Sum of RGB (Red+Green+Blue) = 88+12+105=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #580C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C69 is #A7F396. Grayscale: #2D2D2D. Windows color (decimal): -11006871 or 6884440. OLE color: 6884440.

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

Color convert

RGB8812105-
CMYK0.160.8900.59
HSL289.03º79.49%22.94%-
HSV(B)289.03º88.57%41.18%-
XYZ6.713.3613.66-
YUV45.33161.68158.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=42.93%
G=5.85%
B=51.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88121050.160.8900.59289.0379.4922.94
Hex58C69105903B1214f17
Octal130141512013107344111727
Binary1011000110011010011000010110010111011100100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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