#560979

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

Shades of Indigo #560979

Tints of Indigo #560979

Color information

#560979 (or 0x560979) is unknown color: approx Indigo. HEX triplet: 56, 09 and 79. RGB value is (86,9,121). Sum of RGB (Red+Green+Blue) = 86+9+121=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #560979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560979 is #A9F686. Grayscale: #2C2C2C. Windows color (decimal): -11138695 or 7932246. OLE color: 7932246.

HSL color Cylindrical-coordinate representation of color #560979: hue angle of 281.25º 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 #560979 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB869121-
CMYK0.290.9300.53
HSL281.25º86.15%25.49%-
HSV(B)281.25º92.56%47.45%-
XYZ7.393.5518.39-
YUV44.79171.01157.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=39.81%
G=4.17%
B=56.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8691210.290.9300.53281.2586.1525.49
Hex569791D5D0351195619
Octal126111713513506543112631
Binary1010110100111110011110110111010110101100011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560979; }

 p { color: rgb(86,9,121); }

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

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

 a { background-color: rgb(86,9,121); }

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

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

 span { border-color: rgb(86,9,121); }

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