#561174

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

Shades of Indigo #561174

Tints of Indigo #561174

Color information

#561174 (or 0x561174) is unknown color: approx Indigo. HEX triplet: 56, 11 and 74. RGB value is (86,17,116). Sum of RGB (Red+Green+Blue) = 86+17+116=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #561174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561174 is #A9EE8B. Grayscale: #303030. Windows color (decimal): -11136652 or 7606614. OLE color: 7606614.

HSL color Cylindrical-coordinate representation of color #561174: hue angle of 281.82º 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 #561174 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8617116-
CMYK0.260.8500.55
HSL281.82º74.44%26.08%-
HSV(B)281.82º85.34%45.49%-
XYZ7.193.6416.85-
YUV48.92165.86154.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=39.27%
G=7.76%
B=52.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86171160.260.8500.55281.8274.4426.08
Hex5611741A5503711a4a1a
Octal126211643212506743211232
Binary10101101000111101001101010101010110111100011010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561174; }

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

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

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

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

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

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

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

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