#560D66

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

Shades of Indigo #560D66

Tints of Indigo #560D66

Color information

#560D66 (or 0x560D66) is unknown color: approx Indigo. HEX triplet: 56, 0D and 66. RGB value is (86,13,102). Sum of RGB (Red+Green+Blue) = 86+13+102=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #560D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D66 is #A9F299. Grayscale: #2C2C2C. Windows color (decimal): -11137690 or 6688086. OLE color: 6688086.

HSL color Cylindrical-coordinate representation of color #560D66: hue angle of 289.21º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560D66 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8613102-
CMYK0.160.8700.6
HSL289.21º77.39%22.55%-
HSV(B)289.21º87.25%40%-
XYZ6.383.2312.86-
YUV44.97160.18157.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=42.79%
G=6.47%
B=50.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86131020.160.8700.6289.2177.3922.55
Hex56D66105703C1214d17
Octal126151462012707444111527
Binary1010110110111001101000010101110111100100100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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