#561586

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

Shades of Indigo #561586

Tints of Indigo #561586

Color information

#561586 (or 0x561586) is unknown color: approx Indigo. HEX triplet: 56, 15 and 86. RGB value is (86,21,134). Sum of RGB (Red+Green+Blue) = 86+21+134=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #561586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561586 is #A9EA79. Grayscale: #343434. Windows color (decimal): -11135610 or 8787286. OLE color: 8787286.

HSL color Cylindrical-coordinate representation of color #561586: hue angle of 274.51º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561586 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8621134-
CMYK0.360.8400.47
HSL274.51º72.9%30.39%-
HSV(B)274.51º84.33%52.55%-
XYZ8.414.2422.93-
YUV53.32173.53151.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=35.68%
G=8.71%
B=55.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86211340.360.8400.47274.5172.930.39
Hex561586245402F113491e
Octal126252064412405742311136
Binary1010110101011000011010010010101000101111100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561586; }

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

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

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

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

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

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

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

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