#560D6A

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

Shades of Indigo #560D6A

Tints of Indigo #560D6A

Color information

#560D6A (or 0x560D6A) is unknown color: approx Indigo. HEX triplet: 56, 0D and 6A. RGB value is (86,13,106). Sum of RGB (Red+Green+Blue) = 86+13+106=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #560D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D6A is #A9F295. Grayscale: #2D2D2D. Windows color (decimal): -11137686 or 6950230. OLE color: 6950230.

HSL color Cylindrical-coordinate representation of color #560D6A: hue angle of 287.1º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560D6A is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8613106-
CMYK0.190.8800.58
HSL287.1º78.15%23.33%-
HSV(B)287.1º87.74%41.57%-
XYZ6.583.3113.93-
YUV45.43162.18156.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=41.95%
G=6.34%
B=51.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86131060.190.8800.58287.178.1523.33
Hex56D6A135803A11f4e17
Octal126151522313007243711627
Binary1010110110111010101001110110000111010100011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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