#560170

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

Shades of Indigo #560170

Tints of Indigo #560170

Color information

#560170 (or 0x560170) is unknown color: approx Indigo. HEX triplet: 56, 01 and 70. RGB value is (86,1,112). Sum of RGB (Red+Green+Blue) = 86+1+112=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #560170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560170 is #A9FE8F. Grayscale: #262626. Windows color (decimal): -11140752 or 7340374. OLE color: 7340374.

HSL color Cylindrical-coordinate representation of color #560170: hue angle of 285.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560170 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB861112-
CMYK0.230.9900.56
HSL285.95º98.23%22.16%-
HSV(B)285.95º99.11%43.92%-
XYZ6.773.1715.58-
YUV39.07169.16161.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=43.22%
G=0.50%
B=56.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8611120.230.9900.56285.9598.2322.16
Hex56170176303811e6216
Octal12611602714307043614226
Binary1010110111100001011111000110111000100011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560170; }

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

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

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

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

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

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

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

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