#560179

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

Shades of Indigo #560179

Tints of Indigo #560179

Color information

#560179 (or 0x560179) is unknown color: approx Indigo. HEX triplet: 56, 01 and 79. RGB value is (86,1,121). Sum of RGB (Red+Green+Blue) = 86+1+121=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #560179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560179 is #A9FE86. Grayscale: #272727. Windows color (decimal): -11140743 or 7930198. OLE color: 7930198.

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

Color convert

RGB861121-
CMYK0.290.9900.53
HSL282.5º98.36%23.92%-
HSV(B)282.5º99.17%47.45%-
XYZ7.33.3818.36-
YUV40.1173.66160.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=41.35%
G=0.48%
B=58.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8611210.290.9900.53282.598.3623.92
Hex561791D6303511a6218
Octal12611713514306543214230
Binary1010110111110011110111000110110101100011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560179; }

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

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

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

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

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

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

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

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