#561172

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

Shades of Indigo #561172

Tints of Indigo #561172

Color information

#561172 (or 0x561172) is unknown color: approx Indigo. HEX triplet: 56, 11 and 72. RGB value is (86,17,114). Sum of RGB (Red+Green+Blue) = 86+17+114=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #561172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561172 is #A9EE8D. Grayscale: #303030. Windows color (decimal): -11136654 or 7475542. OLE color: 7475542.

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

Color convert

RGB8617114-
CMYK0.250.8500.55
HSL282.68º74.05%25.69%-
HSV(B)282.68º85.09%44.71%-
XYZ7.083.5916.24-
YUV48.69164.86154.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=39.63%
G=7.83%
B=52.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86171140.250.8500.55282.6874.0525.69
Hex561172195503711b4a1a
Octal126211623112506743311232
Binary10101101000111100101100110101010110111100011011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561172; }

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

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

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

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

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

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

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

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