#560673

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

Shades of Indigo #560673

Tints of Indigo #560673

Color information

#560673 (or 0x560673) is unknown color: approx Indigo. HEX triplet: 56, 06 and 73. RGB value is (86,6,115). Sum of RGB (Red+Green+Blue) = 86+6+115=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #560673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560673 is #A9F98C. Grayscale: #292929. Windows color (decimal): -11139469 or 7538262. OLE color: 7538262.

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

Color convert

RGB866115-
CMYK0.250.9500.55
HSL284.04º90.08%23.73%-
HSV(B)284.04º94.78%45.1%-
XYZ73.3516.5-
YUV42.35169159.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=41.55%
G=2.90%
B=55.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8661150.250.9500.55284.0490.0823.73
Hex56673195F03711c5a18
Octal12661633113706743413230
Binary101011011011100111100110111110110111100011100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560673; }

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

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

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

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

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

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

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

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