#560CA2

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

Shades of Indigo #560CA2

Tints of Indigo #560CA2

Color information

#560CA2 (or 0x560CA2) is unknown color: approx Indigo. HEX triplet: 56, 0C and A2. RGB value is (86,12,162). Sum of RGB (Red+Green+Blue) = 86+12+162=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #560CA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560CA2 is #A9F35D. Grayscale: #323232. Windows color (decimal): -11137886 or 10619990. OLE color: 10619990.

HSL color Cylindrical-coordinate representation of color #560CA2: hue angle of 269.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560CA2 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8612162-
CMYK0.470.9300.36
HSL269.6º86.21%34.12%-
HSV(B)269.6º92.59%63.53%-
XYZ10.494.8534.57-
YUV51.23190.52152.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 162 (63.67% from 255) = 62.31%
R=33.08%
G=4.62%
B=62.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86121620.470.9300.36269.686.2134.12
Hex56CA22F5D02410e5622
Octal126142425713504441612642
Binary1010110110010100010101111101110101001001000011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,12,162); }

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

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

 a { background-color: rgb(86,12,162); }

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

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

 span { border-color: rgb(86,12,162); }

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