#560776

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

Shades of Indigo #560776

Tints of Indigo #560776

Color information

#560776 (or 0x560776) is unknown color: approx Indigo. HEX triplet: 56, 07 and 76. RGB value is (86,7,118). Sum of RGB (Red+Green+Blue) = 86+7+118=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #560776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560776 is #A9F889. Grayscale: #2A2A2A. Windows color (decimal): -11139210 or 7735126. OLE color: 7735126.

HSL color Cylindrical-coordinate representation of color #560776: hue angle of 282.7º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560776 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB867118-
CMYK0.270.9400.54
HSL282.7º88.8%24.51%-
HSV(B)282.7º94.07%46.27%-
XYZ7.183.4417.42-
YUV43.28170.17158.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=40.76%
G=3.32%
B=55.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8671180.270.9400.54282.788.824.51
Hex567761B5E03611b5919
Octal12671663313606643313131
Binary101011011111101101101110111100110110100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560776; }

 p { color: rgb(86,7,118); }

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

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

 a { background-color: rgb(86,7,118); }

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

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

 span { border-color: rgb(86,7,118); }

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