#560063

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

Shades of Indigo #560063

Tints of Indigo #560063

Color information

#560063 (or 0x560063) is unknown color: approx Indigo. HEX triplet: 56, 00 and 63. RGB value is (86,0,99). Sum of RGB (Red+Green+Blue) = 86+0+99=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #560063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560063 is #A9FF9C. Grayscale: #242424. Windows color (decimal): -11141021 or 6488150. OLE color: 6488150.

HSL color Cylindrical-coordinate representation of color #560063: hue angle of 292.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560063 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB86099-
CMYK0.13100.61
HSL292.12º100%19.41%-
HSV(B)292.12º100%38.82%-
XYZ6.092.8812.04-
YUV37162.99162.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=46.49%
G=0%
B=53.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal860990.13100.61292.1210019.41
Hex56063D6403D1246413
Octal12601431514407544414423
Binary101011001100011110111001000111101100100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560063; }

 p { color: rgb(86,0,99); }

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

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

 a { background-color: rgb(86,0,99); }

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

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

 span { border-color: rgb(86,0,99); }

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