#561099

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

Shades of Indigo #561099

Tints of Indigo #561099

Color information

#561099 (or 0x561099) is unknown color: approx Indigo. HEX triplet: 56, 10 and 99. RGB value is (86,16,153). Sum of RGB (Red+Green+Blue) = 86+16+153=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #561099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561099 is #A9EF66. Grayscale: #343434. Windows color (decimal): -11136871 or 10031190. OLE color: 10031190.

HSL color Cylindrical-coordinate representation of color #561099: hue angle of 270.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561099 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8616153-
CMYK0.440.9000.4
HSL270.66º81.07%33.14%-
HSV(B)270.66º89.54%60%-
XYZ9.774.6530.52-
YUV52.55184.69151.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 153 (60.16% from 255) = 60%
R=33.73%
G=6.27%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86161530.440.9000.4270.6681.0733.14
Hex5610992C5A02810f5121
Octal126202315413205041712141
Binary10101101000010011001101100101101001010001000011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561099; }

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

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

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

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

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

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

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

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