#560899

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

Shades of Indigo #560899

Tints of Indigo #560899

Color information

#560899 (or 0x560899) is unknown color: approx Indigo. HEX triplet: 56, 08 and 99. RGB value is (86,8,153). Sum of RGB (Red+Green+Blue) = 86+8+153=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #560899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560899 is #A9F766. Grayscale: #2F2F2F. Windows color (decimal): -11138919 or 10029142. OLE color: 10029142.

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

Color convert

RGB868153-
CMYK0.440.9500.4
HSL272.28º90.06%31.57%-
HSV(B)272.28º94.77%60%-
XYZ9.674.4530.49-
YUV47.85187.34155.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=34.82%
G=3.24%
B=61.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8681530.440.9500.4272.2890.0631.57
Hex568992C5F0281105a20
Octal126102315413705042013240
Binary1010110100010011001101100101111101010001000100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560899; }

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

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

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

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

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

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

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

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