#560770

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

Shades of Indigo #560770

Tints of Indigo #560770

Color information

#560770 (or 0x560770) is unknown color: approx Indigo. HEX triplet: 56, 07 and 70. RGB value is (86,7,112). Sum of RGB (Red+Green+Blue) = 86+7+112=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #560770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560770 is #A9F88F. Grayscale: #2A2A2A. Windows color (decimal): -11139216 or 7341910. OLE color: 7341910.

HSL color Cylindrical-coordinate representation of color #560770: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560770 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB867112-
CMYK0.230.9400.56
HSL285.14º88.24%23.33%-
HSV(B)285.14º93.75%43.92%-
XYZ6.843.315.61-
YUV42.59167.17158.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=41.95%
G=3.41%
B=54.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8671120.230.9400.56285.1488.2423.33
Hex56770175E03811d5817
Octal12671602713607043513027
Binary101011011111100001011110111100111000100011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560770; }

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

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

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

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

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

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

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

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