#561989

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

Shades of Indigo #561989

Tints of Indigo #561989

Color information

#561989 (or 0x561989) is unknown color: approx Indigo. HEX triplet: 56, 19 and 89. RGB value is (86,25,137). Sum of RGB (Red+Green+Blue) = 86+25+137=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #561989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561989 is #A9E676. Grayscale: #373737. Windows color (decimal): -11134583 or 8984918. OLE color: 8984918.

HSL color Cylindrical-coordinate representation of color #561989: hue angle of 272.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561989 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8625137-
CMYK0.370.8200.46
HSL272.68º69.14%31.76%-
HSV(B)272.68º81.75%53.73%-
XYZ8.74.4824.07-
YUV56.01173.71149.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=34.68%
G=10.08%
B=55.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86251370.370.8200.46272.6869.1431.76
Hex561989255202E1114520
Octal126312114512205642110540
Binary10101101100110001001100101101001001011101000100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561989; }

 p { color: rgb(86,25,137); }

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

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

 a { background-color: rgb(86,25,137); }

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

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

 span { border-color: rgb(86,25,137); }

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