#560168

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

Shades of Indigo #560168

Tints of Indigo #560168

Color information

#560168 (or 0x560168) is unknown color: approx Indigo. HEX triplet: 56, 01 and 68. RGB value is (86,1,104). Sum of RGB (Red+Green+Blue) = 86+1+104=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #560168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560168 is #A9FE97. Grayscale: #252525. Windows color (decimal): -11140760 or 6816086. OLE color: 6816086.

HSL color Cylindrical-coordinate representation of color #560168: hue angle of 289.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560168 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB861104-
CMYK0.170.9900.59
HSL289.51º98.1%20.59%-
HSV(B)289.51º99.04%40.78%-
XYZ6.35313.34-
YUV38.16165.16162.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=45.03%
G=0.52%
B=54.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8611040.170.9900.59289.5198.120.59
Hex56168116303B1226215
Octal12611502114307344214225
Binary1010110111010001000111000110111011100100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560168; }

 p { color: rgb(86,1,104); }

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

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

 a { background-color: rgb(86,1,104); }

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

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

 span { border-color: rgb(86,1,104); }

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