#560376

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

Shades of Indigo #560376

Tints of Indigo #560376

Color information

#560376 (or 0x560376) is unknown color: approx Indigo. HEX triplet: 56, 03 and 76. RGB value is (86,3,118). Sum of RGB (Red+Green+Blue) = 86+3+118=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #560376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560376 is #A9FC89. Grayscale: #282828. Windows color (decimal): -11140234 or 7734102. OLE color: 7734102.

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

Color convert

RGB863118-
CMYK0.270.9700.54
HSL283.3º95.04%23.73%-
HSV(B)283.3º97.46%46.27%-
XYZ7.143.3517.41-
YUV40.93171.5160.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=41.55%
G=1.45%
B=57.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8631180.270.9700.54283.395.0423.73
Hex563761B6103611b5f18
Octal12631663314106643313730
Binary10101101111101101101111000010110110100011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560376; }

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

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

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

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

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

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

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

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