#560B73

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

Shades of Indigo #560B73

Tints of Indigo #560B73

Color information

#560B73 (or 0x560B73) is unknown color: approx Indigo. HEX triplet: 56, 0B and 73. RGB value is (86,11,115). Sum of RGB (Red+Green+Blue) = 86+11+115=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #560B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B73 is #A9F48C. Grayscale: #2C2C2C. Windows color (decimal): -11138189 or 7539542. OLE color: 7539542.

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

Color convert

RGB8611115-
CMYK0.250.9000.55
HSL283.27º82.54%24.71%-
HSV(B)283.27º90.43%45.1%-
XYZ7.053.4616.51-
YUV45.28167.35157.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=40.57%
G=5.19%
B=54.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86111150.250.9000.55283.2782.5424.71
Hex56B73195A03711b5319
Octal126131633113206743312331
Binary1010110101111100111100110110100110111100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560B73; }

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

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

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

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

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

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

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

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