#560489

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

Shades of Indigo #560489

Tints of Indigo #560489

Color information

#560489 (or 0x560489) is unknown color: approx Indigo. HEX triplet: 56, 04 and 89. RGB value is (86,4,137). Sum of RGB (Red+Green+Blue) = 86+4+137=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #560489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560489 is #A9FB76. Grayscale: #2B2B2B. Windows color (decimal): -11139959 or 8979542. OLE color: 8979542.

HSL color Cylindrical-coordinate representation of color #560489: hue angle of 276.99º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560489 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB864137-
CMYK0.370.9700.46
HSL276.99º94.33%27.65%-
HSV(B)276.99º97.08%53.73%-
XYZ8.43.8723.97-
YUV43.68180.67158.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=37.89%
G=1.76%
B=60.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8641370.370.9700.46276.9994.3327.65
Hex56489256102E1155e1c
Octal12642114514105642513634
Binary10101101001000100110010111000010101110100010101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560489; }

 p { color: rgb(86,4,137); }

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

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

 a { background-color: rgb(86,4,137); }

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

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

 span { border-color: rgb(86,4,137); }

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