#560980

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

Shades of Indigo #560980

Tints of Indigo #560980

Color information

#560980 (or 0x560980) is unknown color: approx Indigo. HEX triplet: 56, 09 and 80. RGB value is (86,9,128). Sum of RGB (Red+Green+Blue) = 86+9+128=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #560980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560980 is #A9F67F. Grayscale: #2D2D2D. Windows color (decimal): -11138688 or 8390998. OLE color: 8390998.

HSL color Cylindrical-coordinate representation of color #560980: hue angle of 278.82º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560980 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB869128-
CMYK0.330.9300.50
HSL278.82º86.86%26.86%-
HSV(B)278.82º92.97%50.2%-
XYZ7.833.7320.73-
YUV45.59174.51156.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=38.57%
G=4.04%
B=57.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8691280.330.9300.50278.8286.8626.86
Hex56980215D032117571b
Octal126112004113506242712733
Binary101011010011000000010000110111010110010100010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560980; }

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

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

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

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

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

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

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

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