#561591

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

Shades of Indigo #561591

Tints of Indigo #561591

Color information

#561591 (or 0x561591) is unknown color: approx Indigo. HEX triplet: 56, 15 and 91. RGB value is (86,21,145). Sum of RGB (Red+Green+Blue) = 86+21+145=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #561591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561591 is #A9EA6E. Grayscale: #363636. Windows color (decimal): -11135599 or 9508182. OLE color: 9508182.

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

Color convert

RGB8621145-
CMYK0.410.8600.43
HSL271.45º74.7%32.55%-
HSV(B)271.45º85.52%56.86%-
XYZ9.224.5627.18-
YUV54.57179.03150.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=34.13%
G=8.33%
B=57.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86211450.410.8600.43271.4574.732.55
Hex561591295602B10f4b21
Octal126252215112605341711341
Binary10101101010110010001101001101011001010111000011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561591; }

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

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

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

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

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

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

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

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