#561873

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

Shades of Indigo #561873

Tints of Indigo #561873

Color information

#561873 (or 0x561873) is unknown color: approx Indigo. HEX triplet: 56, 18 and 73. RGB value is (86,24,115). Sum of RGB (Red+Green+Blue) = 86+24+115=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #561873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561873 is #A9E78C. Grayscale: #343434. Windows color (decimal): -11134861 or 7542870. OLE color: 7542870.

HSL color Cylindrical-coordinate representation of color #561873: hue angle of 280.88º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561873 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8624115-
CMYK0.250.7900.55
HSL280.88º65.47%27.25%-
HSV(B)280.88º79.13%45.1%-
XYZ7.263.8716.58-
YUV52.91163.04151.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=38.22%
G=10.67%
B=51.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86241150.250.7900.55280.8865.4727.25
Hex561873194F037119411b
Octal126301633111706743110133
Binary10101101100011100111100110011110110111100011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561873; }

 p { color: rgb(86,24,115); }

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

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

 a { background-color: rgb(86,24,115); }

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

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

 span { border-color: rgb(86,24,115); }

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