#560DA1

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

Shades of Indigo #560DA1

Tints of Indigo #560DA1

Color information

#560DA1 (or 0x560DA1) is unknown color: approx Indigo. HEX triplet: 56, 0D and A1. RGB value is (86,13,161). Sum of RGB (Red+Green+Blue) = 86+13+161=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #560DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560DA1 is #A9F25E. Grayscale: #333333. Windows color (decimal): -11137631 or 10554710. OLE color: 10554710.

HSL color Cylindrical-coordinate representation of color #560DA1: hue angle of 269.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560DA1 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8613161-
CMYK0.470.9200.37
HSL269.59º85.06%34.12%-
HSV(B)269.59º91.93%63.14%-
XYZ10.414.8434.1-
YUV51.7189.68152.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 161 (63.28% from 255) = 61.92%
R=33.08%
G=5%
B=61.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86131610.470.9200.37269.5985.0634.12
Hex56DA12F5C02510e5522
Octal126152415713404541612542
Binary1010110110110100001101111101110001001011000011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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