#561289

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

Shades of Indigo #561289

Tints of Indigo #561289

Color information

#561289 (or 0x561289) is unknown color: approx Indigo. HEX triplet: 56, 12 and 89. RGB value is (86,18,137). Sum of RGB (Red+Green+Blue) = 86+18+137=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #561289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561289 is #A9ED76. Grayscale: #333333. Windows color (decimal): -11136375 or 8983126. OLE color: 8983126.

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

Color convert

RGB8618137-
CMYK0.370.8700.46
HSL274.29º76.77%30.39%-
HSV(B)274.29º86.86%53.73%-
XYZ8.574.2224.03-
YUV51.9176.03152.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 137 (53.91% from 255) = 56.85%
R=35.68%
G=7.47%
B=56.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86181370.370.8700.46274.2976.7730.39
Hex561289255702E1124d1e
Octal126222114512705642211536
Binary1010110100101000100110010110101110101110100010010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561289; }

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

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

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

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

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

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

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

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