#580769

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

Shades of Indigo #580769

Tints of Indigo #580769

Color information

#580769 (or 0x580769) is unknown color: approx Indigo. HEX triplet: 58, 07 and 69. RGB value is (88,7,105). Sum of RGB (Red+Green+Blue) = 88+7+105=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #580769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580769 is #A7F896. Grayscale: #2A2A2A. Windows color (decimal): -11008151 or 6883160. OLE color: 6883160.

HSL color Cylindrical-coordinate representation of color #580769: hue angle of 289.59º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580769 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB887105-
CMYK0.160.9300.59
HSL289.59º87.5%21.96%-
HSV(B)289.59º93.33%41.18%-
XYZ6.653.2513.64-
YUV42.39163.34160.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=44%
G=3.5%
B=52.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8871050.160.9300.59289.5987.521.96
Hex58769105D03B1225816
Octal13071512013507344213026
Binary101100011111010011000010111010111011100100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580769; }

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

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

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

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

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

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

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

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