#561073

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

Shades of Indigo #561073

Tints of Indigo #561073

Color information

#561073 (or 0x561073) is unknown color: approx Indigo. HEX triplet: 56, 10 and 73. RGB value is (86,16,115). Sum of RGB (Red+Green+Blue) = 86+16+115=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #561073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561073 is #A9EF8C. Grayscale: #2F2F2F. Windows color (decimal): -11136909 or 7540822. OLE color: 7540822.

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

Color convert

RGB8616115-
CMYK0.250.8600.55
HSL282.42º75.57%25.69%-
HSV(B)282.42º86.09%45.1%-
XYZ7.123.5916.54-
YUV48.22165.69154.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=39.63%
G=7.37%
B=53.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86161150.250.8600.55282.4275.5725.69
Hex561073195603711a4c1a
Octal126201633112606743211432
Binary10101101000011100111100110101100110111100011010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561073; }

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

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

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

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

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

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

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

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