#560896

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

Shades of Indigo #560896

Tints of Indigo #560896

Color information

#560896 (or 0x560896) is unknown color: approx Indigo. HEX triplet: 56, 08 and 96. RGB value is (86,8,150). Sum of RGB (Red+Green+Blue) = 86+8+150=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #560896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560896 is #A9F769. Grayscale: #2F2F2F. Windows color (decimal): -11138922 or 9832534. OLE color: 9832534.

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

Color convert

RGB868150-
CMYK0.430.9500.41
HSL272.96º89.87%30.98%-
HSV(B)272.96º94.67%58.82%-
XYZ9.434.3529.2-
YUV47.51185.84155.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=35.25%
G=3.28%
B=61.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8681500.430.9500.41272.9689.8730.98
Hex568962B5F0291115a1f
Octal126102265313705142113237
Binary101011010001001011010101110111110101001100010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560896; }

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

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

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

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

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

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

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

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