#580399

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

Shades of Indigo #580399

Tints of Indigo #580399

Color information

#580399 (or 0x580399) is unknown color: approx Indigo. HEX triplet: 58, 03 and 99. RGB value is (88,3,153). Sum of RGB (Red+Green+Blue) = 88+3+153=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #580399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580399 is #A7FC66. Grayscale: #2D2D2D. Windows color (decimal): -11009127 or 10027864. OLE color: 10027864.

HSL color Cylindrical-coordinate representation of color #580399: hue angle of 274º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580399 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB883153-
CMYK0.420.9800.4
HSL274º96.15%30.59%-
HSV(B)274º98.04%60%-
XYZ9.814.4430.48-
YUV45.52188.66158.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=36.07%
G=1.23%
B=62.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8831530.420.9800.427496.1530.59
Hex583992A62028112601f
Octal13032315214205042214037
Binary1011000111001100110101011000100101000100010010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580399; }

 p { color: rgb(88,3,153); }

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

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

 a { background-color: rgb(88,3,153); }

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

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

 span { border-color: rgb(88,3,153); }

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