#560D91

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

Shades of Indigo #560D91

Tints of Indigo #560D91

Color information

#560D91 (or 0x560D91) is unknown color: approx Indigo. HEX triplet: 56, 0D and 91. RGB value is (86,13,145). Sum of RGB (Red+Green+Blue) = 86+13+145=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #560D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D91 is #A9F26E. Grayscale: #313131. Windows color (decimal): -11137647 or 9506134. OLE color: 9506134.

HSL color Cylindrical-coordinate representation of color #560D91: hue angle of 273.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560D91 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8613145-
CMYK0.410.9100.43
HSL273.18º83.54%30.98%-
HSV(B)273.18º91.03%56.86%-
XYZ9.094.3127.14-
YUV49.88181.68153.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=35.25%
G=5.33%
B=59.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86131450.410.9100.43273.1883.5430.98
Hex56D91295B02B111541f
Octal126152215113305342112437
Binary101011011011001000110100110110110101011100010001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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