#561070

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

Shades of Indigo #561070

Tints of Indigo #561070

Color information

#561070 (or 0x561070) is unknown color: approx Indigo. HEX triplet: 56, 10 and 70. RGB value is (86,16,112). Sum of RGB (Red+Green+Blue) = 86+16+112=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #561070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561070 is #A9EF8F. Grayscale: #2F2F2F. Windows color (decimal): -11136912 or 7344214. OLE color: 7344214.

HSL color Cylindrical-coordinate representation of color #561070: hue angle of 283.75º 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 #561070 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8616112-
CMYK0.230.8600.56
HSL283.75º75%25.1%-
HSV(B)283.75º85.71%43.92%-
XYZ6.953.5215.64-
YUV47.87164.19155.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=40.19%
G=7.48%
B=52.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86161120.230.8600.56283.757525.1
Hex561070175603811c4b19
Octal126201602712607043411331
Binary10101101000011100001011110101100111000100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561070; }

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

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

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

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

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

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

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

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