#580669

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

Shades of Indigo #580669

Tints of Indigo #580669

Color information

#580669 (or 0x580669) is unknown color: approx Indigo. HEX triplet: 58, 06 and 69. RGB value is (88,6,105). Sum of RGB (Red+Green+Blue) = 88+6+105=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #580669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580669 is #A7F996. Grayscale: #292929. Windows color (decimal): -11008407 or 6882904. OLE color: 6882904.

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

Color convert

RGB886105-
CMYK0.160.9400.59
HSL289.7º89.19%21.76%-
HSV(B)289.7º94.29%41.18%-
XYZ6.643.2213.64-
YUV41.8163.67160.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=44.22%
G=3.02%
B=52.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8861050.160.9400.59289.789.1921.76
Hex58669105E03B1225916
Octal13061512013607344213126
Binary101100011011010011000010111100111011100100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580669; }

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

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

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

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

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

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

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

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