#561196

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

Shades of Indigo #561196

Tints of Indigo #561196

Color information

#561196 (or 0x561196) is unknown color: approx Indigo. HEX triplet: 56, 11 and 96. RGB value is (86,17,150). Sum of RGB (Red+Green+Blue) = 86+17+150=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #561196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561196 is #A9EE69. Grayscale: #343434. Windows color (decimal): -11136618 or 9834838. OLE color: 9834838.

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

Color convert

RGB8617150-
CMYK0.430.8900.41
HSL271.13º79.64%32.75%-
HSV(B)271.13º88.67%58.82%-
XYZ9.544.5829.24-
YUV52.79182.86151.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=33.99%
G=6.72%
B=59.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86171500.430.8900.41271.1379.6432.75
Hex5611962B5902910f5021
Octal126212265313105141712041
Binary10101101000110010110101011101100101010011000011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561196; }

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

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

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

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

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

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

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

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