#560D7D

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

Shades of Indigo #560D7D

Tints of Indigo #560D7D

Color information

#560D7D (or 0x560D7D) is unknown color: approx Indigo. HEX triplet: 56, 0D and 7D. RGB value is (86,13,125). Sum of RGB (Red+Green+Blue) = 86+13+125=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #560D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D7D is #A9F282. Grayscale: #2F2F2F. Windows color (decimal): -11137667 or 8195414. OLE color: 8195414.

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

Color convert

RGB8613125-
CMYK0.310.9000.51
HSL279.11º81.16%27.06%-
HSV(B)279.11º89.6%49.02%-
XYZ7.683.7519.72-
YUV47.6171.68155.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=38.39%
G=5.80%
B=55.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86131250.310.9000.51279.1181.1627.06
Hex56D7D1F5A033117511b
Octal126151753713206342712133
Binary1010110110111111011111110110100110011100010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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