#561772

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

Shades of Indigo #561772

Tints of Indigo #561772

Color information

#561772 (or 0x561772) is unknown color: approx Indigo. HEX triplet: 56, 17 and 72. RGB value is (86,23,114). Sum of RGB (Red+Green+Blue) = 86+23+114=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #561772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561772 is #A9E88D. Grayscale: #333333. Windows color (decimal): -11135118 or 7477078. OLE color: 7477078.

HSL color Cylindrical-coordinate representation of color #561772: hue angle of 281.54º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561772 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8623114-
CMYK0.250.8000.55
HSL281.54º66.42%26.86%-
HSV(B)281.54º79.82%44.71%-
XYZ7.183.8116.28-
YUV52.21162.87152.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=38.57%
G=10.31%
B=51.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86231140.250.8000.55281.5466.4226.86
Hex561772195003711a421b
Octal126271623112006743210233
Binary10101101011111100101100110100000110111100011010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561772; }

 p { color: rgb(86,23,114); }

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

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

 a { background-color: rgb(86,23,114); }

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

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

 span { border-color: rgb(86,23,114); }

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