#560494

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

Shades of Indigo #560494

Tints of Indigo #560494

Color information

#560494 (or 0x560494) is unknown color: approx Indigo. HEX triplet: 56, 04 and 94. RGB value is (86,4,148). Sum of RGB (Red+Green+Blue) = 86+4+148=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #560494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560494 is #A9FB6B. Grayscale: #2C2C2C. Windows color (decimal): -11139948 or 9700438. OLE color: 9700438.

HSL color Cylindrical-coordinate representation of color #560494: hue angle of 274.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560494 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB864148-
CMYK0.420.9700.42
HSL274.17º94.74%29.8%-
HSV(B)274.17º97.3%58.04%-
XYZ9.234.228.34-
YUV44.93186.17157.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=36.13%
G=1.68%
B=62.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8641480.420.9700.42274.1794.7429.8
Hex564942A6102A1125f1e
Octal12642245214105242213736
Binary10101101001001010010101011000010101010100010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560494; }

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

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

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

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

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

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

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

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