#560B76

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

Shades of Indigo #560B76

Tints of Indigo #560B76

Color information

#560B76 (or 0x560B76) is unknown color: approx Indigo. HEX triplet: 56, 0B and 76. RGB value is (86,11,118). Sum of RGB (Red+Green+Blue) = 86+11+118=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #560B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B76 is #A9F489. Grayscale: #2D2D2D. Windows color (decimal): -11138186 or 7736150. OLE color: 7736150.

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

Color convert

RGB8611118-
CMYK0.270.9100.54
HSL282.06º82.95%25.29%-
HSV(B)282.06º90.68%46.27%-
XYZ7.233.5317.44-
YUV45.62168.85156.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=40%
G=5.12%
B=54.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86111180.270.9100.54282.0682.9525.29
Hex56B761B5B03611a5319
Octal126131663313306643212331
Binary1010110101111101101101110110110110110100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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