#560076

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

Shades of Indigo #560076

Tints of Indigo #560076

Color information

#560076 (or 0x560076) is unknown color: approx Indigo. HEX triplet: 56, 00 and 76. RGB value is (86,0,118). Sum of RGB (Red+Green+Blue) = 86+0+118=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #560076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560076 is #A9FF89. Grayscale: #262626. Windows color (decimal): -11141002 or 7733334. OLE color: 7733334.

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

Color convert

RGB860118-
CMYK0.27100.54
HSL283.73º100%23.14%-
HSV(B)283.73º100%46.27%-
XYZ7.113.2917.4-
YUV39.17172.49161.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=42.16%
G=0%
B=57.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8601180.27100.54283.7310023.14
Hex560761B6403611c6417
Octal12601663314406643414427
Binary1010110011101101101111001000110110100011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560076; }

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

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

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

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

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

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

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

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