#561999

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

Shades of Indigo #561999

Tints of Indigo #561999

Color information

#561999 (or 0x561999) is unknown color: approx Indigo. HEX triplet: 56, 19 and 99. RGB value is (86,25,153). Sum of RGB (Red+Green+Blue) = 86+25+153=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #561999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561999 is #A9E666. Grayscale: #393939. Windows color (decimal): -11134567 or 10033494. OLE color: 10033494.

HSL color Cylindrical-coordinate representation of color #561999: hue angle of 268.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561999 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8625153-
CMYK0.440.8400.4
HSL268.59º71.91%34.9%-
HSV(B)268.59º83.66%60%-
XYZ9.944.9730.57-
YUV57.83181.71148.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=32.58%
G=9.47%
B=57.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86251530.440.8400.4268.5971.9134.9
Hex5619992C5402810d4823
Octal126312315412405041511043
Binary10101101100110011001101100101010001010001000011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561999; }

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

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

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

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

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

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

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

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