#560378

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

Shades of Indigo #560378

Tints of Indigo #560378

Color information

#560378 (or 0x560378) is unknown color: approx Indigo. HEX triplet: 56, 03 and 78. RGB value is (86,3,120). Sum of RGB (Red+Green+Blue) = 86+3+120=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #560378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560378 is #A9FC87. Grayscale: #282828. Windows color (decimal): -11140232 or 7865174. OLE color: 7865174.

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

Color convert

RGB863120-
CMYK0.280.9800.53
HSL282.56º95.12%24.12%-
HSV(B)282.56º97.5%47.06%-
XYZ7.263.418.04-
YUV41.16172.5159.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=41.15%
G=1.44%
B=57.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8631200.280.9800.53282.5695.1224.12
Hex563781C6203511b5f18
Octal12631703414206543313730
Binary10101101111110001110011000100110101100011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560378; }

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

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

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

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

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

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

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

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