#580966

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

Shades of Indigo #580966

Tints of Indigo #580966

Color information

#580966 (or 0x580966) is unknown color: approx Indigo. HEX triplet: 58, 09 and 66. RGB value is (88,9,102). Sum of RGB (Red+Green+Blue) = 88+9+102=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #580966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580966 is #A7F699. Grayscale: #2A2A2A. Windows color (decimal): -11007642 or 6687064. OLE color: 6687064.

HSL color Cylindrical-coordinate representation of color #580966: hue angle of 290.97º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580966 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB889102-
CMYK0.140.9100.6
HSL290.97º83.78%21.76%-
HSV(B)290.97º91.18%40%-
XYZ6.523.2312.85-
YUV43.22161.17159.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=44.22%
G=4.52%
B=51.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8891020.140.9100.6290.9783.7821.76
Hex58966E5B03C1235416
Octal130111461613307444312426
Binary101100010011100110111010110110111100100100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580966; }

 p { color: rgb(88,9,102); }

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

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

 a { background-color: rgb(88,9,102); }

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

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

 span { border-color: rgb(88,9,102); }

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