#560182

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

Shades of Indigo #560182

Tints of Indigo #560182

Color information

#560182 (or 0x560182) is unknown color: approx Indigo. HEX triplet: 56, 01 and 82. RGB value is (86,1,130). Sum of RGB (Red+Green+Blue) = 86+1+130=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #560182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560182 is #A9FE7D. Grayscale: #282828. Windows color (decimal): -11140734 or 8520022. OLE color: 8520022.

HSL color Cylindrical-coordinate representation of color #560182: hue angle of 279.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560182 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB861130-
CMYK0.340.9900.49
HSL279.53º98.47%25.69%-
HSV(B)279.53º99.23%50.98%-
XYZ7.883.6121.4-
YUV41.12178.16160.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=39.63%
G=0.46%
B=59.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8611300.340.9900.49279.5398.4725.69
Hex561822263031118621a
Octal12612024214306143014232
Binary101011011000001010001011000110110001100011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560182; }

 p { color: rgb(86,1,130); }

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

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

 a { background-color: rgb(86,1,130); }

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

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

 span { border-color: rgb(86,1,130); }

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