#560368

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

Shades of Indigo #560368

Tints of Indigo #560368

Color information

#560368 (or 0x560368) is unknown color: approx Indigo. HEX triplet: 56, 03 and 68. RGB value is (86,3,104). Sum of RGB (Red+Green+Blue) = 86+3+104=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #560368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560368 is #A9FC97. Grayscale: #272727. Windows color (decimal): -11140248 or 6816598. OLE color: 6816598.

HSL color Cylindrical-coordinate representation of color #560368: hue angle of 289.31º 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 #560368 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB863104-
CMYK0.170.9700.59
HSL289.31º94.39%20.98%-
HSV(B)289.31º97.12%40.78%-
XYZ6.373.0413.35-
YUV39.33164.5161.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=44.56%
G=1.55%
B=53.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8631040.170.9700.59289.3194.3920.98
Hex56368116103B1215e15
Octal12631502114107344113625
Binary10101101111010001000111000010111011100100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560368; }

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

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

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

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

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

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

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

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