#561176

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

Shades of Indigo #561176

Tints of Indigo #561176

Color information

#561176 (or 0x561176) is unknown color: approx Indigo. HEX triplet: 56, 11 and 76. RGB value is (86,17,118). Sum of RGB (Red+Green+Blue) = 86+17+118=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #561176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561176 is #A9EE89. Grayscale: #303030. Windows color (decimal): -11136650 or 7737686. OLE color: 7737686.

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

Color convert

RGB8617118-
CMYK0.270.8600.54
HSL280.99º74.81%26.47%-
HSV(B)280.99º85.59%46.27%-
XYZ7.313.6917.47-
YUV49.14166.86154.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=38.91%
G=7.69%
B=53.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86171180.270.8600.54280.9974.8126.47
Hex5611761B560361194b1a
Octal126211663312606643111332
Binary10101101000111101101101110101100110110100011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561176; }

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

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

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

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

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

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

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

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