#561691

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

Shades of Indigo #561691

Tints of Indigo #561691

Color information

#561691 (or 0x561691) is unknown color: approx Indigo. HEX triplet: 56, 16 and 91. RGB value is (86,22,145). Sum of RGB (Red+Green+Blue) = 86+22+145=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #561691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561691 is #A9E96E. Grayscale: #363636. Windows color (decimal): -11135343 or 9508438. OLE color: 9508438.

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

Color convert

RGB8622145-
CMYK0.410.8500.43
HSL271.22º73.65%32.75%-
HSV(B)271.22º84.83%56.86%-
XYZ9.244.627.19-
YUV55.16178.7150-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=33.99%
G=8.70%
B=57.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86221450.410.8500.43271.2273.6532.75
Hex561691295502B10f4a21
Octal126262215112505341711241
Binary10101101011010010001101001101010101010111000011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561691; }

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

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

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

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

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

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

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

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