#561680

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

Shades of Indigo #561680

Tints of Indigo #561680

Color information

#561680 (or 0x561680) is unknown color: approx Indigo. HEX triplet: 56, 16 and 80. RGB value is (86,22,128). Sum of RGB (Red+Green+Blue) = 86+22+128=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #561680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561680 is #A9E97F. Grayscale: #343434. Windows color (decimal): -11135360 or 8394326. OLE color: 8394326.

HSL color Cylindrical-coordinate representation of color #561680: hue angle of 276.23º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561680 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8622128-
CMYK0.330.8300.50
HSL276.23º70.67%29.41%-
HSV(B)276.23º82.81%50.2%-
XYZ8.024.1120.79-
YUV53.22170.2151.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 128 (50.39% from 255) = 54.24%
R=36.44%
G=9.32%
B=54.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86221280.330.8300.50276.2370.6729.41
Hex5616802153032114471d
Octal126262004112306242410735
Binary1010110101101000000010000110100110110010100010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561680; }

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

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

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

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

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

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

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

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