#560172

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

Shades of Indigo #560172

Tints of Indigo #560172

Color information

#560172 (or 0x560172) is unknown color: approx Indigo. HEX triplet: 56, 01 and 72. RGB value is (86,1,114). Sum of RGB (Red+Green+Blue) = 86+1+114=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #560172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560172 is #A9FE8D. Grayscale: #262626. Windows color (decimal): -11140750 or 7471446. OLE color: 7471446.

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

Color convert

RGB861114-
CMYK0.250.9900.55
HSL285.13º98.26%22.55%-
HSV(B)285.13º99.12%44.71%-
XYZ6.893.2216.18-
YUV39.3170.16161.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=42.79%
G=0.50%
B=56.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8611140.250.9900.55285.1398.2622.55
Hex56172196303711d6217
Octal12611623114306743514227
Binary1010110111100101100111000110110111100011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560172; }

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

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

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

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

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

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

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

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