#580491

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

Shades of Indigo #580491

Tints of Indigo #580491

Color information

#580491 (or 0x580491) is unknown color: approx Indigo. HEX triplet: 58, 04 and 91. RGB value is (88,4,145). Sum of RGB (Red+Green+Blue) = 88+4+145=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #580491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580491 is #A7FB6E. Grayscale: #2C2C2C. Windows color (decimal): -11008879 or 9503832. OLE color: 9503832.

HSL color Cylindrical-coordinate representation of color #580491: hue angle of 275.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580491 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB884145-
CMYK0.390.9700.43
HSL275.74º94.63%29.22%-
HSV(B)275.74º97.24%56.86%-
XYZ9.184.2127.12-
YUV45.19184.33158.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=37.13%
G=1.69%
B=61.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8841450.390.9700.43275.7494.6329.22
Hex58491276102B1145f1d
Octal13042214714105342413735
Binary10110001001001000110011111000010101011100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580491; }

 p { color: rgb(88,4,145); }

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

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

 a { background-color: rgb(88,4,145); }

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

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

 span { border-color: rgb(88,4,145); }

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