#561069

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

Shades of Indigo #561069

Tints of Indigo #561069

Color information

#561069 (or 0x561069) is unknown color: approx Indigo. HEX triplet: 56, 10 and 69. RGB value is (86,16,105). Sum of RGB (Red+Green+Blue) = 86+16+105=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #561069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561069 is #A9EF96. Grayscale: #2E2E2E. Windows color (decimal): -11136919 or 6885462. OLE color: 6885462.

HSL color Cylindrical-coordinate representation of color #561069: hue angle of 287.19º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561069 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8616105-
CMYK0.180.8500.59
HSL287.19º73.55%23.73%-
HSV(B)287.19º84.76%41.18%-
XYZ6.573.3713.67-
YUV47.08160.69155.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=41.55%
G=7.73%
B=50.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86161050.180.8500.59287.1973.5523.73
Hex561069125503B11f4a18
Octal126201512212507343711230
Binary10101101000011010011001010101010111011100011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561069; }

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

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

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

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

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

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

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

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