#560696

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

Shades of Indigo #560696

Tints of Indigo #560696

Color information

#560696 (or 0x560696) is unknown color: approx Indigo. HEX triplet: 56, 06 and 96. RGB value is (86,6,150). Sum of RGB (Red+Green+Blue) = 86+6+150=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #560696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560696 is #A9F969. Grayscale: #2D2D2D. Windows color (decimal): -11139434 or 9832022. OLE color: 9832022.

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

Color convert

RGB866150-
CMYK0.430.9600.41
HSL273.33º92.31%30.59%-
HSV(B)273.33º96%58.82%-
XYZ9.414.3129.19-
YUV46.34186.5156.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=35.54%
G=2.48%
B=61.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8661500.430.9600.41273.3392.3130.59
Hex566962B600291115c1f
Octal12662265314005142113437
Binary10101101101001011010101111000000101001100010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560696; }

 p { color: rgb(86,6,150); }

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

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

 a { background-color: rgb(86,6,150); }

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

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

 span { border-color: rgb(86,6,150); }

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