#560181

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

Shades of Indigo #560181

Tints of Indigo #560181

Color information

#560181 (or 0x560181) is unknown color: approx Indigo. HEX triplet: 56, 01 and 81. RGB value is (86,1,129). Sum of RGB (Red+Green+Blue) = 86+1+129=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #560181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560181 is #A9FE7E. Grayscale: #282828. Windows color (decimal): -11140735 or 8454486. OLE color: 8454486.

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

Color convert

RGB861129-
CMYK0.330.9900.49
HSL279.84º98.46%25.49%-
HSV(B)279.84º99.22%50.59%-
XYZ7.813.5921.05-
YUV41.01177.66160.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 129 (50.78% from 255) = 59.72%
R=39.81%
G=0.46%
B=59.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8611290.330.9900.49279.8498.4625.49
Hex5618121630311186219
Octal12612014114306143014231
Binary101011011000000110000111000110110001100011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560181; }

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

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

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

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

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

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

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

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