#560E84

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

Shades of Indigo #560E84

Tints of Indigo #560E84

Color information

#560E84 (or 0x560E84) is unknown color: approx Indigo. HEX triplet: 56, 0E and 84. RGB value is (86,14,132). Sum of RGB (Red+Green+Blue) = 86+14+132=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #560E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E84 is #A9F17B. Grayscale: #303030. Windows color (decimal): -11137404 or 8654422. OLE color: 8654422.

HSL color Cylindrical-coordinate representation of color #560E84: hue angle of 276.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560E84 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8614132-
CMYK0.350.8900.48
HSL276.61º80.82%28.63%-
HSV(B)276.61º89.39%51.76%-
XYZ8.163.9622.16-
YUV48.98174.85154.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=37.07%
G=6.03%
B=56.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86141320.350.8900.48276.6180.8228.63
Hex56E842359030115511d
Octal126162044313106042512135
Binary101011011101000010010001110110010110000100010101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E84; }

 p { color: rgb(86,14,132); }

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

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

 a { background-color: rgb(86,14,132); }

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

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

 span { border-color: rgb(86,14,132); }

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