#580594

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

Shades of Indigo #580594

Tints of Indigo #580594

Color information

#580594 (or 0x580594) is unknown color: approx Indigo. HEX triplet: 58, 05 and 94. RGB value is (88,5,148). Sum of RGB (Red+Green+Blue) = 88+5+148=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #580594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580594 is #A7FA6B. Grayscale: #2D2D2D. Windows color (decimal): -11008620 or 9700696. OLE color: 9700696.

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

Color convert

RGB885148-
CMYK0.410.9700.42
HSL274.83º93.46%30%-
HSV(B)274.83º96.62%58.04%-
XYZ9.424.3228.35-
YUV46.12185.5157.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=36.51%
G=2.07%
B=61.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8851480.410.9700.42274.8393.4630
Hex58594296102A1135d1e
Octal13052245114105242313536
Binary10110001011001010010100111000010101010100010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580594; }

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

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

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

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

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

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

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

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