#560A71

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

Shades of Indigo #560A71

Tints of Indigo #560A71

Color information

#560A71 (or 0x560A71) is unknown color: approx Indigo. HEX triplet: 56, 0A and 71. RGB value is (86,10,113). Sum of RGB (Red+Green+Blue) = 86+10+113=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #560A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A71 is #A9F58E. Grayscale: #2C2C2C. Windows color (decimal): -11138447 or 7408214. OLE color: 7408214.

HSL color Cylindrical-coordinate representation of color #560A71: hue angle of 284.27º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560A71 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8610113-
CMYK0.240.9100.56
HSL284.27º83.74%24.12%-
HSV(B)284.27º91.15%44.31%-
XYZ6.933.3915.91-
YUV44.47166.68157.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=41.15%
G=4.78%
B=54.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86101130.240.9100.56284.2783.7424.12
Hex56A71185B03811c5418
Octal126121613013307043412430
Binary1010110101011100011100010110110111000100011100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560A71; }

 p { color: rgb(86,10,113); }

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

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

 a { background-color: rgb(86,10,113); }

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

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

 span { border-color: rgb(86,10,113); }

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