#560D6E

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

Shades of Indigo #560D6E

Tints of Indigo #560D6E

Color information

#560D6E (or 0x560D6E) is unknown color: approx Indigo. HEX triplet: 56, 0D and 6E. RGB value is (86,13,110). Sum of RGB (Red+Green+Blue) = 86+13+110=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #560D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D6E is #A9F291. Grayscale: #2D2D2D. Windows color (decimal): -11137682 or 7212374. OLE color: 7212374.

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

Color convert

RGB8613110-
CMYK0.220.8800.57
HSL285.15º78.86%24.12%-
HSV(B)285.15º88.18%43.14%-
XYZ6.83.3915.05-
YUV45.88164.18156.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=41.15%
G=6.22%
B=52.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86131100.220.8800.57285.1578.8624.12
Hex56D6E165803911d4f18
Octal126151562613007143511730
Binary1010110110111011101011010110000111001100011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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