#560A90

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

Shades of Indigo #560A90

Tints of Indigo #560A90

Color information

#560A90 (or 0x560A90) is unknown color: approx Indigo. HEX triplet: 56, 0A and 90. RGB value is (86,10,144). Sum of RGB (Red+Green+Blue) = 86+10+144=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #560A90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560A90 is #A9F56F. Grayscale: #2F2F2F. Windows color (decimal): -11138416 or 9439830. OLE color: 9439830.

HSL color Cylindrical-coordinate representation of color #560A90: hue angle of 274.03º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560A90 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8610144-
CMYK0.400.9300.44
HSL274.03º87.01%30.2%-
HSV(B)274.03º93.06%56.47%-
XYZ8.984.2126.72-
YUV48182.18155.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 144 (56.64% from 255) = 60%
R=35.83%
G=4.17%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86101440.400.9300.44274.0387.0130.2
Hex56A90285D02C112571e
Octal126122205013505442212736
Binary101011010101001000010100010111010101100100010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,10,144); }

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

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

 a { background-color: rgb(86,10,144); }

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

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

 span { border-color: rgb(86,10,144); }

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