#561277

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

Shades of Indigo #561277

Tints of Indigo #561277

Color information

#561277 (or 0x561277) is unknown color: approx Indigo. HEX triplet: 56, 12 and 77. RGB value is (86,18,119). Sum of RGB (Red+Green+Blue) = 86+18+119=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #561277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561277 is #A9ED88. Grayscale: #313131. Windows color (decimal): -11136393 or 7803478. OLE color: 7803478.

HSL color Cylindrical-coordinate representation of color #561277: hue angle of 280.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561277 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8618119-
CMYK0.280.8500.53
HSL280.4º73.72%26.86%-
HSV(B)280.4º84.87%46.67%-
XYZ7.383.7417.79-
YUV49.85167.03153.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=38.57%
G=8.07%
B=53.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86181190.280.8500.53280.473.7226.86
Hex5612771C550351184a1b
Octal126221673412506543011233
Binary10101101001011101111110010101010110101100011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561277; }

 p { color: rgb(86,18,119); }

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

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

 a { background-color: rgb(86,18,119); }

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

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

 span { border-color: rgb(86,18,119); }

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