#580985

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

Shades of Indigo #580985

Tints of Indigo #580985

Color information

#580985 (or 0x580985) is unknown color: approx Indigo. HEX triplet: 58, 09 and 85. RGB value is (88,9,133). Sum of RGB (Red+Green+Blue) = 88+9+133=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #580985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580985 is #A7F67A. Grayscale: #2E2E2E. Windows color (decimal): -11007611 or 8718680. OLE color: 8718680.

HSL color Cylindrical-coordinate representation of color #580985: hue angle of 278.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580985 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB889133-
CMYK0.340.9300.48
HSL278.23º87.32%27.84%-
HSV(B)278.23º93.23%52.16%-
XYZ8.363.9622.51-
YUV46.76176.67157.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=38.26%
G=3.91%
B=57.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8891330.340.9300.48278.2387.3227.84
Hex58985225D030116571c
Octal130112054213506042612734
Binary101100010011000010110001010111010110000100010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580985; }

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

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

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

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

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

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

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

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