#560377

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

Shades of Indigo #560377

Tints of Indigo #560377

Color information

#560377 (or 0x560377) is unknown color: approx Indigo. HEX triplet: 56, 03 and 77. RGB value is (86,3,119). Sum of RGB (Red+Green+Blue) = 86+3+119=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #560377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560377 is #A9FC88. Grayscale: #282828. Windows color (decimal): -11140233 or 7799638. OLE color: 7799638.

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

Color convert

RGB863119-
CMYK0.280.9700.53
HSL282.93º95.08%23.92%-
HSV(B)282.93º97.48%46.67%-
XYZ7.23.3817.72-
YUV41.04172160.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=41.35%
G=1.44%
B=57.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8631190.280.9700.53282.9395.0823.92
Hex563771C6103511b5f18
Octal12631673414106543313730
Binary10101101111101111110011000010110101100011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560377; }

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

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

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

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

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

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

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

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