#560997

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

Shades of Indigo #560997

Tints of Indigo #560997

Color information

#560997 (or 0x560997) is unknown color: approx Indigo. HEX triplet: 56, 09 and 97. RGB value is (86,9,151). Sum of RGB (Red+Green+Blue) = 86+9+151=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #560997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560997 is #A9F668. Grayscale: #2F2F2F. Windows color (decimal): -11138665 or 9898326. OLE color: 9898326.

HSL color Cylindrical-coordinate representation of color #560997: hue angle of 272.54º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560997 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB869151-
CMYK0.430.9400.41
HSL272.54º88.75%31.37%-
HSV(B)272.54º94.04%59.22%-
XYZ9.524.4129.63-
YUV48.21186.01154.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=34.96%
G=3.66%
B=61.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8691510.430.9400.41272.5488.7531.37
Hex569972B5E029111591f
Octal126112275313605142113137
Binary101011010011001011110101110111100101001100010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560997; }

 p { color: rgb(86,9,151); }

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

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

 a { background-color: rgb(86,9,151); }

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

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

 span { border-color: rgb(86,9,151); }

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