#580978

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

Shades of Indigo #580978

Tints of Indigo #580978

Color information

#580978 (or 0x580978) is unknown color: approx Indigo. HEX triplet: 58, 09 and 78. RGB value is (88,9,120). Sum of RGB (Red+Green+Blue) = 88+9+120=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #580978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580978 is #A7F687. Grayscale: #2C2C2C. Windows color (decimal): -11007624 or 7866712. OLE color: 7866712.

HSL color Cylindrical-coordinate representation of color #580978: hue angle of 282.7º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580978 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB889120-
CMYK0.270.9200.53
HSL282.7º86.05%25.29%-
HSV(B)282.7º92.5%47.06%-
XYZ7.513.6318.07-
YUV45.28170.17158.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=40.55%
G=4.15%
B=55.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8891200.270.9200.53282.786.0525.29
Hex589781B5C03511b5619
Octal130111703313406543312631
Binary1011000100111110001101110111000110101100011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580978; }

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

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

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

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

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

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

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

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