#580997

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

Shades of Indigo #580997

Tints of Indigo #580997

Color information

#580997 (or 0x580997) is unknown color: approx Indigo. HEX triplet: 58, 09 and 97. RGB value is (88,9,151). Sum of RGB (Red+Green+Blue) = 88+9+151=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #580997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580997 is #A7F668. Grayscale: #303030. Windows color (decimal): -11007593 or 9898328. OLE color: 9898328.

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

Color convert

RGB889151-
CMYK0.420.9400.41
HSL273.38º88.75%31.37%-
HSV(B)273.38º94.04%59.22%-
XYZ9.714.529.64-
YUV48.81185.67155.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 151 (59.38% from 255) = 60.89%
R=35.48%
G=3.63%
B=60.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8891510.420.9400.41273.3888.7531.37
Hex589972A5E029111591f
Octal130112275213605142113137
Binary101100010011001011110101010111100101001100010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580997; }

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

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

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

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

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

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

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

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