#561699

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

Shades of Indigo #561699

Tints of Indigo #561699

Color information

#561699 (or 0x561699) is unknown color: approx Indigo. HEX triplet: 56, 16 and 99. RGB value is (86,22,153). Sum of RGB (Red+Green+Blue) = 86+22+153=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #561699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561699 is #A9E966. Grayscale: #373737. Windows color (decimal): -11135335 or 10032726. OLE color: 10032726.

HSL color Cylindrical-coordinate representation of color #561699: hue angle of 269.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561699 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8622153-
CMYK0.440.8600.4
HSL269.31º74.86%34.31%-
HSV(B)269.31º85.62%60%-
XYZ9.874.8530.55-
YUV56.07182.7149.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=32.95%
G=8.43%
B=58.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86221530.440.8600.4269.3174.8634.31
Hex5616992C5602810d4b22
Octal126262315412605041511342
Binary10101101011010011001101100101011001010001000011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561699; }

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

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

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

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

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

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

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

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