#580973

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

Shades of Indigo #580973

Tints of Indigo #580973

Color information

#580973 (or 0x580973) is unknown color: approx Indigo. HEX triplet: 58, 09 and 73. RGB value is (88,9,115). Sum of RGB (Red+Green+Blue) = 88+9+115=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #580973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580973 is #A7F68C. Grayscale: #2C2C2C. Windows color (decimal): -11007629 or 7539032. OLE color: 7539032.

HSL color Cylindrical-coordinate representation of color #580973: hue angle of 284.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580973 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB889115-
CMYK0.230.9200.55
HSL284.72º85.48%24.31%-
HSV(B)284.72º92.17%45.1%-
XYZ7.223.5116.52-
YUV44.7167.67158.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=41.51%
G=4.25%
B=54.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8891150.230.9200.55284.7285.4824.31
Hex58973175C03711d5518
Octal130111632713406743512530
Binary1011000100111100111011110111000110111100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580973; }

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

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

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

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

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

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

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

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