#560173

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

Shades of Indigo #560173

Tints of Indigo #560173

Color information

#560173 (or 0x560173) is unknown color: approx Indigo. HEX triplet: 56, 01 and 73. RGB value is (86,1,115). Sum of RGB (Red+Green+Blue) = 86+1+115=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #560173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560173 is #A9FE8C. Grayscale: #272727. Windows color (decimal): -11140749 or 7536982. OLE color: 7536982.

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

Color convert

RGB861115-
CMYK0.250.9900.55
HSL284.74º98.28%22.75%-
HSV(B)284.74º99.13%45.1%-
XYZ6.943.2416.48-
YUV39.41170.66161.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=42.57%
G=0.50%
B=56.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8611150.250.9900.55284.7498.2822.75
Hex56173196303711d6217
Octal12611633114306743514227
Binary1010110111100111100111000110110111100011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560173; }

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

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

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

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

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

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

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

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