#560373

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

Shades of Indigo #560373

Tints of Indigo #560373

Color information

#560373 (or 0x560373) is unknown color: approx Indigo. HEX triplet: 56, 03 and 73. RGB value is (86,3,115). Sum of RGB (Red+Green+Blue) = 86+3+115=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #560373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560373 is #A9FC8C. Grayscale: #282828. Windows color (decimal): -11140237 or 7537494. OLE color: 7537494.

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

Color convert

RGB863115-
CMYK0.250.9700.55
HSL284.46º94.92%23.14%-
HSV(B)284.46º97.39%45.1%-
XYZ6.963.2816.49-
YUV40.58170160.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=42.16%
G=1.47%
B=56.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8631150.250.9700.55284.4694.9223.14
Hex56373196103711c5f17
Octal12631633114106743413727
Binary10101101111100111100111000010110111100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560373; }

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

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

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

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

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

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

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

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