#560077

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

Shades of Indigo #560077

Tints of Indigo #560077

Color information

#560077 (or 0x560077) is unknown color: approx Indigo. HEX triplet: 56, 00 and 77. RGB value is (86,0,119). Sum of RGB (Red+Green+Blue) = 86+0+119=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #560077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560077 is #A9FF88. Grayscale: #262626. Windows color (decimal): -11141001 or 7798870. OLE color: 7798870.

HSL color Cylindrical-coordinate representation of color #560077: hue angle of 283.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560077 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB860119-
CMYK0.28100.53
HSL283.36º100%23.33%-
HSV(B)283.36º100%46.67%-
XYZ7.173.3117.71-
YUV39.28172.99161.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=41.95%
G=0%
B=58.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8601190.28100.53283.3610023.33
Hex560771C6403511b6417
Octal12601673414406543314427
Binary1010110011101111110011001000110101100011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560077; }

 p { color: rgb(86,0,119); }

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

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

 a { background-color: rgb(86,0,119); }

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

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

 span { border-color: rgb(86,0,119); }

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