#561175

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

Shades of Indigo #561175

Tints of Indigo #561175

Color information

#561175 (or 0x561175) is unknown color: approx Indigo. HEX triplet: 56, 11 and 75. RGB value is (86,17,117). Sum of RGB (Red+Green+Blue) = 86+17+117=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #561175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561175 is #A9EE8A. Grayscale: #303030. Windows color (decimal): -11136651 or 7672150. OLE color: 7672150.

HSL color Cylindrical-coordinate representation of color #561175: hue angle of 281.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561175 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8617117-
CMYK0.260.8500.54
HSL281.4º74.63%26.27%-
HSV(B)281.4º85.47%45.88%-
XYZ7.253.6617.15-
YUV49.03166.36154.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=39.09%
G=7.73%
B=53.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86171170.260.8500.54281.474.6326.27
Hex5611751A550361194b1a
Octal126211653212506643111332
Binary10101101000111101011101010101010110110100011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561175; }

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

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

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

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

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

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

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

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