#560D71

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

Shades of Indigo #560D71

Tints of Indigo #560D71

Color information

#560D71 (or 0x560D71) is unknown color: approx Indigo. HEX triplet: 56, 0D and 71. RGB value is (86,13,113). Sum of RGB (Red+Green+Blue) = 86+13+113=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #560D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D71 is #A9F28E. Grayscale: #2D2D2D. Windows color (decimal): -11137679 or 7408982. OLE color: 7408982.

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

Color convert

RGB8613113-
CMYK0.240.8800.56
HSL283.8º79.37%24.71%-
HSV(B)283.8º88.5%44.31%-
XYZ6.963.4615.92-
YUV46.23165.68156.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=40.57%
G=6.13%
B=53.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86131130.240.8800.56283.879.3724.71
Hex56D71185803811c4f19
Octal126151613013007043411731
Binary1010110110111100011100010110000111000100011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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