#580597

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

Shades of Indigo #580597

Tints of Indigo #580597

Color information

#580597 (or 0x580597) is unknown color: approx Indigo. HEX triplet: 58, 05 and 97. RGB value is (88,5,151). Sum of RGB (Red+Green+Blue) = 88+5+151=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #580597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580597 is #A7FA68. Grayscale: #2D2D2D. Windows color (decimal): -11008617 or 9897304. OLE color: 9897304.

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

Color convert

RGB885151-
CMYK0.420.9700.41
HSL274.11º93.59%30.59%-
HSV(B)274.11º96.69%59.22%-
XYZ9.664.4229.62-
YUV46.46187157.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 151 (59.38% from 255) = 61.89%
R=36.07%
G=2.05%
B=61.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8851510.420.9700.41274.1193.5930.59
Hex585972A610291125e1f
Octal13052275214105142213637
Binary10110001011001011110101011000010101001100010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580597; }

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

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

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

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

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

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

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

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