#560D72

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

Shades of Indigo #560D72

Tints of Indigo #560D72

Color information

#560D72 (or 0x560D72) is unknown color: approx Indigo. HEX triplet: 56, 0D and 72. RGB value is (86,13,114). Sum of RGB (Red+Green+Blue) = 86+13+114=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #560D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D72 is #A9F28D. Grayscale: #2E2E2E. Windows color (decimal): -11137678 or 7474518. OLE color: 7474518.

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

Color convert

RGB8613114-
CMYK0.250.8900.55
HSL283.37º79.53%24.9%-
HSV(B)283.37º88.6%44.71%-
XYZ7.023.4816.22-
YUV46.34166.18156.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=40.38%
G=6.10%
B=53.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86131140.250.8900.55283.3779.5324.9
Hex56D72195903711b5019
Octal126151623113106743312031
Binary1010110110111100101100110110010110111100011011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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