#560A76

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

Shades of Indigo #560A76

Tints of Indigo #560A76

Color information

#560A76 (or 0x560A76) is unknown color: approx Indigo. HEX triplet: 56, 0A and 76. RGB value is (86,10,118). Sum of RGB (Red+Green+Blue) = 86+10+118=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #560A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A76 is #A9F589. Grayscale: #2C2C2C. Windows color (decimal): -11138442 or 7735894. OLE color: 7735894.

HSL color Cylindrical-coordinate representation of color #560A76: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560A76 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8610118-
CMYK0.270.9200.54
HSL282.22º84.38%25.1%-
HSV(B)282.22º91.53%46.27%-
XYZ7.223.517.44-
YUV45.04169.18157.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=40.19%
G=4.67%
B=55.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86101180.270.9200.54282.2284.3825.1
Hex56A761B5C03611a5419
Octal126121663313406643212431
Binary1010110101011101101101110111000110110100011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,10,118); }

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

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

 a { background-color: rgb(86,10,118); }

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

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

 span { border-color: rgb(86,10,118); }

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