#560281

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

Shades of Indigo #560281

Tints of Indigo #560281

Color information

#560281 (or 0x560281) is unknown color: approx Indigo. HEX triplet: 56, 02 and 81. RGB value is (86,2,129). Sum of RGB (Red+Green+Blue) = 86+2+129=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #560281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560281 is #A9FD7E. Grayscale: #292929. Windows color (decimal): -11140479 or 8454742. OLE color: 8454742.

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

Color convert

RGB862129-
CMYK0.330.9800.49
HSL279.69º96.95%25.69%-
HSV(B)279.69º98.45%50.59%-
XYZ7.823.6121.05-
YUV41.59177.33159.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 129 (50.78% from 255) = 59.45%
R=39.63%
G=0.92%
B=59.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8621290.330.9800.49279.6996.9525.69
Hex562812162031118611a
Octal12622014114206143014132
Binary1010110101000000110000111000100110001100011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560281; }

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

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

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

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

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

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

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

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