#580596

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

Shades of Indigo #580596

Tints of Indigo #580596

Color information

#580596 (or 0x580596) is unknown color: approx Indigo. HEX triplet: 58, 05 and 96. RGB value is (88,5,150). Sum of RGB (Red+Green+Blue) = 88+5+150=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #580596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580596 is #A7FA69. Grayscale: #2D2D2D. Windows color (decimal): -11008618 or 9831768. OLE color: 9831768.

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

Color convert

RGB885150-
CMYK0.410.9700.41
HSL274.34º93.55%30.39%-
HSV(B)274.34º96.67%58.82%-
XYZ9.584.3929.2-
YUV46.35186.5157.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=36.21%
G=2.06%
B=61.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8851500.410.9700.41274.3493.5530.39
Hex5859629610291125e1e
Octal13052265114105142213636
Binary10110001011001011010100111000010101001100010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580596; }

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

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

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

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

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

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

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

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