#580B6A

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

Shades of Indigo #580B6A

Tints of Indigo #580B6A

Color information

#580B6A (or 0x580B6A) is unknown color: approx Indigo. HEX triplet: 58, 0B and 6A. RGB value is (88,11,106). Sum of RGB (Red+Green+Blue) = 88+11+106=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #580B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B6A is #A7F495. Grayscale: #2C2C2C. Windows color (decimal): -11007126 or 6949720. OLE color: 6949720.

HSL color Cylindrical-coordinate representation of color #580B6A: hue angle of 288.63º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B6A is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8811106-
CMYK0.170.9000.58
HSL288.63º81.2%22.94%-
HSV(B)288.63º89.62%41.57%-
XYZ6.753.3513.93-
YUV44.85162.51158.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=42.93%
G=5.37%
B=51.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88111060.170.9000.58288.6381.222.94
Hex58B6A115A03A1215117
Octal130131522113207244112127
Binary1011000101111010101000110110100111010100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,11,106); }

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

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

 a { background-color: rgb(88,11,106); }

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

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

 span { border-color: rgb(88,11,106); }

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