#560976

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

Shades of Indigo #560976

Tints of Indigo #560976

Color information

#560976 (or 0x560976) is unknown color: approx Indigo. HEX triplet: 56, 09 and 76. RGB value is (86,9,118). Sum of RGB (Red+Green+Blue) = 86+9+118=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #560976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560976 is #A9F689. Grayscale: #2C2C2C. Windows color (decimal): -11138698 or 7735638. OLE color: 7735638.

HSL color Cylindrical-coordinate representation of color #560976: hue angle of 282.39º degrees, saturation: 0.86, 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 #560976 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB869118-
CMYK0.270.9200.54
HSL282.39º85.83%24.9%-
HSV(B)282.39º92.37%46.27%-
XYZ7.213.4817.43-
YUV44.45169.51157.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=40.38%
G=4.23%
B=55.40%

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
Decimal8691180.270.9200.54282.3985.8324.9
Hex569761B5C03611a5619
Octal126111663313406643212631
Binary1010110100111101101101110111000110110100011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560976; }

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

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

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

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

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

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

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

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