#560365

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

Shades of Indigo #560365

Tints of Indigo #560365

Color information

#560365 (or 0x560365) is unknown color: approx Indigo. HEX triplet: 56, 03 and 65. RGB value is (86,3,101). Sum of RGB (Red+Green+Blue) = 86+3+101=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #560365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560365 is #A9FC9A. Grayscale: #262626. Windows color (decimal): -11140251 or 6619990. OLE color: 6619990.

HSL color Cylindrical-coordinate representation of color #560365: hue angle of 290.82º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560365 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB863101-
CMYK0.150.9700.60
HSL290.82º94.23%20.39%-
HSV(B)290.82º97.03%39.61%-
XYZ6.222.9812.56-
YUV38.99163161.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=45.26%
G=1.58%
B=53.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8631010.150.9700.60290.8294.2320.39
Hex56365F6103C1235e14
Octal12631451714107444313624
Binary1010110111100101111111000010111100100100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560365; }

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

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

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

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

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

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

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

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