#561A86

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

Shades of Indigo #561A86

Tints of Indigo #561A86

Color information

#561A86 (or 0x561A86) is unknown color: approx Indigo. HEX triplet: 56, 1A and 86. RGB value is (86,26,134). Sum of RGB (Red+Green+Blue) = 86+26+134=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #561A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A86 is #A9E579. Grayscale: #373737. Windows color (decimal): -11134330 or 8788566. OLE color: 8788566.

HSL color Cylindrical-coordinate representation of color #561A86: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561A86 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8626134-
CMYK0.360.8100.47
HSL273.33º67.5%31.37%-
HSV(B)273.33º80.6%52.55%-
XYZ8.514.4422.96-
YUV56.25171.88149.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=34.96%
G=10.57%
B=54.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86261340.360.8100.47273.3367.531.37
Hex561A86245102F111441f
Octal126322064412105742110437
Binary1010110110101000011010010010100010101111100010001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A86; }

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

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

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

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

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

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

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

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