#560068

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

Shades of Indigo #560068

Tints of Indigo #560068

Color information

#560068 (or 0x560068) is unknown color: approx Indigo. HEX triplet: 56, 00 and 68. RGB value is (86,0,104). Sum of RGB (Red+Green+Blue) = 86+0+104=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #560068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560068 is #A9FF97. Grayscale: #252525. Windows color (decimal): -11141016 or 6815830. OLE color: 6815830.

HSL color Cylindrical-coordinate representation of color #560068: hue angle of 289.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560068 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB860104-
CMYK0.17100.59
HSL289.62º100%20.39%-
HSV(B)289.62º100%40.78%-
XYZ6.342.9813.34-
YUV37.57165.49162.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=45.26%
G=0%
B=54.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8601040.17100.59289.6210020.39
Hex56068116403B1226414
Octal12601502114407344214424
Binary1010110011010001000111001000111011100100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560068; }

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

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

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

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

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

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

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

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