#560466

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

Shades of Indigo #560466

Tints of Indigo #560466

Color information

#560466 (or 0x560466) is unknown color: approx Indigo. HEX triplet: 56, 04 and 66. RGB value is (86,4,102). Sum of RGB (Red+Green+Blue) = 86+4+102=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #560466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560466 is #A9FB99. Grayscale: #272727. Windows color (decimal): -11139994 or 6685782. OLE color: 6685782.

HSL color Cylindrical-coordinate representation of color #560466: hue angle of 290.2º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560466 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB864102-
CMYK0.160.9600.6
HSL290.2º92.45%20.78%-
HSV(B)290.2º96.08%40%-
XYZ6.283.0212.82-
YUV39.69163.17161.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=44.79%
G=2.08%
B=53.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8641020.160.9600.6290.292.4520.78
Hex56466106003C1225c15
Octal12641462014007444213425
Binary101011010011001101000011000000111100100100010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560466; }

 p { color: rgb(86,4,102); }

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

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

 a { background-color: rgb(86,4,102); }

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

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

 span { border-color: rgb(86,4,102); }

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