#561687

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

Shades of Indigo #561687

Tints of Indigo #561687

Color information

#561687 (or 0x561687) is unknown color: approx Indigo. HEX triplet: 56, 16 and 87. RGB value is (86,22,135). Sum of RGB (Red+Green+Blue) = 86+22+135=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #561687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561687 is #A9E978. Grayscale: #353535. Windows color (decimal): -11135353 or 8853078. OLE color: 8853078.

HSL color Cylindrical-coordinate representation of color #561687: hue angle of 273.98º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561687 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8622135-
CMYK0.360.8400.47
HSL273.98º71.97%30.78%-
HSV(B)273.98º83.7%52.94%-
XYZ8.54.323.3-
YUV54.02173.7150.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=35.39%
G=9.05%
B=55.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86221350.360.8400.47273.9871.9730.78
Hex561687245402F112481f
Octal126262074412405742211037
Binary1010110101101000011110010010101000101111100010010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561687; }

 p { color: rgb(86,22,135); }

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

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

 a { background-color: rgb(86,22,135); }

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

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

 span { border-color: rgb(86,22,135); }

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