#560369

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

Shades of Indigo #560369

Tints of Indigo #560369

Color information

#560369 (or 0x560369) is unknown color: approx Indigo. HEX triplet: 56, 03 and 69. RGB value is (86,3,105). Sum of RGB (Red+Green+Blue) = 86+3+105=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #560369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560369 is #A9FC96. Grayscale: #272727. Windows color (decimal): -11140247 or 6882134. OLE color: 6882134.

HSL color Cylindrical-coordinate representation of color #560369: hue angle of 288.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560369 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB863105-
CMYK0.180.9700.59
HSL288.82º94.44%21.18%-
HSV(B)288.82º97.14%41.18%-
XYZ6.423.0613.62-
YUV39.44165161.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=44.33%
G=1.55%
B=54.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8631050.180.9700.59288.8294.4421.18
Hex56369126103B1215e15
Octal12631512214107344113625
Binary10101101111010011001011000010111011100100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560369; }

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

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

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

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

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

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

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

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