#560572

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

Shades of Indigo #560572

Tints of Indigo #560572

Color information

#560572 (or 0x560572) is unknown color: approx Indigo. HEX triplet: 56, 05 and 72. RGB value is (86,5,114). Sum of RGB (Red+Green+Blue) = 86+5+114=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #560572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560572 is #A9FA8D. Grayscale: #292929. Windows color (decimal): -11139726 or 7472470. OLE color: 7472470.

HSL color Cylindrical-coordinate representation of color #560572: hue angle of 284.59º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560572 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB865114-
CMYK0.250.9600.55
HSL284.59º91.6%23.33%-
HSV(B)284.59º95.61%44.71%-
XYZ6.933.316.19-
YUV41.64168.84159.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=41.95%
G=2.44%
B=55.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8651140.250.9600.55284.5991.623.33
Hex56572196003711d5c17
Octal12651623114006743513427
Binary101011010111100101100111000000110111100011101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560572; }

 p { color: rgb(86,5,114); }

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

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

 a { background-color: rgb(86,5,114); }

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

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

 span { border-color: rgb(86,5,114); }

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