#560D70

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

Shades of Indigo #560D70

Tints of Indigo #560D70

Color information

#560D70 (or 0x560D70) is unknown color: approx Indigo. HEX triplet: 56, 0D and 70. RGB value is (86,13,112). Sum of RGB (Red+Green+Blue) = 86+13+112=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #560D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D70 is #A9F28F. Grayscale: #2D2D2D. Windows color (decimal): -11137680 or 7343446. OLE color: 7343446.

HSL color Cylindrical-coordinate representation of color #560D70: hue angle of 284.24º 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 #560D70 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8613112-
CMYK0.230.8800.56
HSL284.24º79.2%24.51%-
HSV(B)284.24º88.39%43.92%-
XYZ6.913.4415.63-
YUV46.11165.18156.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=40.76%
G=6.16%
B=53.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86131120.230.8800.56284.2479.224.51
Hex56D70175803811c4f19
Octal126151602713007043411731
Binary1010110110111100001011110110000111000100011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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