#561582

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

Shades of Indigo #561582

Tints of Indigo #561582

Color information

#561582 (or 0x561582) is unknown color: approx Indigo. HEX triplet: 56, 15 and 82. RGB value is (86,21,130). Sum of RGB (Red+Green+Blue) = 86+21+130=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #561582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561582 is #A9EA7D. Grayscale: #343434. Windows color (decimal): -11135614 or 8525142. OLE color: 8525142.

HSL color Cylindrical-coordinate representation of color #561582: hue angle of 275.78º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561582 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8621130-
CMYK0.340.8400.49
HSL275.78º72.19%29.61%-
HSV(B)275.78º83.85%50.98%-
XYZ8.144.1321.49-
YUV52.86171.53151.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=36.29%
G=8.86%
B=54.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86211300.340.8400.49275.7872.1929.61
Hex5615822254031114481e
Octal126252024212406142411036
Binary1010110101011000001010001010101000110001100010100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561582; }

 p { color: rgb(86,21,130); }

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

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

 a { background-color: rgb(86,21,130); }

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

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

 span { border-color: rgb(86,21,130); }

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