#561071

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

Shades of Indigo #561071

Tints of Indigo #561071

Color information

#561071 (or 0x561071) is unknown color: approx Indigo. HEX triplet: 56, 10 and 71. RGB value is (86,16,113). Sum of RGB (Red+Green+Blue) = 86+16+113=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #561071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561071 is #A9EF8E. Grayscale: #2F2F2F. Windows color (decimal): -11136911 or 7409750. OLE color: 7409750.

HSL color Cylindrical-coordinate representation of color #561071: hue angle of 283.3º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561071 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8616113-
CMYK0.240.8600.56
HSL283.3º75.19%25.29%-
HSV(B)283.3º85.84%44.31%-
XYZ73.5415.94-
YUV47.99164.69155.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=40%
G=7.44%
B=52.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86161130.240.8600.56283.375.1925.29
Hex561071185603811b4b19
Octal126201613012607043311331
Binary10101101000011100011100010101100111000100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561071; }

 p { color: rgb(86,16,113); }

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

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

 a { background-color: rgb(86,16,113); }

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

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

 span { border-color: rgb(86,16,113); }

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