#560ca3

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

Shades of Indigo #560CA3

Tints of Indigo #560CA3

Color information

#560CA3 (or 0x560CA3) is unknown color: approx Indigo. HEX triplet: 56, 0C and A3. RGB value is (86,12,163). Sum of RGB (Red+Green+Blue) = 86+12+163=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #560CA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560CA3 is #A9F35C. Grayscale: #323232. Windows color (decimal): -11137885 or 10685526. OLE color: 10685526.

HSL color Cylindrical-coordinate representation of color #560CA3: hue angle of 269.4º 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 #560CA3 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8612163-
CMYK0.470.9300.36
HSL269.4º86.29%34.31%-
HSV(B)269.4º92.64%63.92%-
XYZ10.584.8935.04-
YUV51.34191.02152.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 163 (64.06% from 255) = 62.45%
R=32.95%
G=4.60%
B=62.45%

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
Decimal86121630.470.9300.36269.486.2934.31
Hex56CA32F5D02410d5622
Octal126142435713504441512642
Binary1010110110010100011101111101110101001001000011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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