#560379

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

Shades of Indigo #560379

Tints of Indigo #560379

Color information

#560379 (or 0x560379) is unknown color: approx Indigo. HEX triplet: 56, 03 and 79. RGB value is (86,3,121). Sum of RGB (Red+Green+Blue) = 86+3+121=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #560379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560379 is #A9FC86. Grayscale: #282828. Windows color (decimal): -11140231 or 7930710. OLE color: 7930710.

HSL color Cylindrical-coordinate representation of color #560379: hue angle of 282.2º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560379 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB863121-
CMYK0.290.9800.53
HSL282.2º95.16%24.31%-
HSV(B)282.2º97.52%47.45%-
XYZ7.323.4218.36-
YUV41.27173159.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=40.95%
G=1.43%
B=57.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8631210.290.9800.53282.295.1624.31
Hex563791D6203511a5f18
Octal12631713514206543213730
Binary10101101111110011110111000100110101100011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560379; }

 p { color: rgb(86,3,121); }

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

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

 a { background-color: rgb(86,3,121); }

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

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

 span { border-color: rgb(86,3,121); }

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