#560d83

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

Shades of Indigo #560D83

Tints of Indigo #560D83

Color information

#560D83 (or 0x560D83) is unknown color: approx Indigo. HEX triplet: 56, 0D and 83. RGB value is (86,13,131). Sum of RGB (Red+Green+Blue) = 86+13+131=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #560D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D83 is #A9F27C. Grayscale: #2F2F2F. Windows color (decimal): -11137661 or 8588630. OLE color: 8588630.

HSL color Cylindrical-coordinate representation of color #560D83: hue angle of 277.12º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560D83 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8613131-
CMYK0.340.9000.49
HSL277.12º81.94%28.24%-
HSV(B)277.12º90.08%51.37%-
XYZ8.083.921.8-
YUV48.28174.68154.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=37.39%
G=5.65%
B=56.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86131310.340.9000.49277.1281.9428.24
Hex56D83225A031115521c
Octal126152034213206142512234
Binary101011011011000001110001010110100110001100010101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560d83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,13,131); }

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

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

 a { background-color: rgb(86,13,131); }

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

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

 span { border-color: rgb(86,13,131); }

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