#560C6B

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

Shades of Indigo #560C6B

Tints of Indigo #560C6B

Color information

#560C6B (or 0x560C6B) is unknown color: approx Indigo. HEX triplet: 56, 0C and 6B. RGB value is (86,12,107). Sum of RGB (Red+Green+Blue) = 86+12+107=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #560C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C6B is #A9F394. Grayscale: #2C2C2C. Windows color (decimal): -11137941 or 7015510. OLE color: 7015510.

HSL color Cylindrical-coordinate representation of color #560C6B: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560C6B is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8612107-
CMYK0.200.8900.58
HSL286.74º79.83%23.33%-
HSV(B)286.74º88.79%41.96%-
XYZ6.623.314.2-
YUV44.96163.02157.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=41.95%
G=5.85%
B=52.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86121070.200.8900.58286.7479.8323.33
Hex56C6B145903A11f5017
Octal126141532413107243712027
Binary1010110110011010111010010110010111010100011111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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