#561193

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

Shades of Indigo #561193

Tints of Indigo #561193

Color information

#561193 (or 0x561193) is unknown color: approx Indigo. HEX triplet: 56, 11 and 93. RGB value is (86,17,147). Sum of RGB (Red+Green+Blue) = 86+17+147=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #561193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561193 is #A9EE6C. Grayscale: #343434. Windows color (decimal): -11136621 or 9638230. OLE color: 9638230.

HSL color Cylindrical-coordinate representation of color #561193: hue angle of 271.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561193 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8617147-
CMYK0.410.8800.42
HSL271.85º79.27%32.16%-
HSV(B)271.85º88.44%57.65%-
XYZ9.34.4927.98-
YUV52.45181.36151.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=34.4%
G=6.8%
B=58.8%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86171470.410.8800.42271.8579.2732.16
Hex561193295802A1104f20
Octal126212235113005242011740
Binary10101101000110010011101001101100001010101000100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561193; }

 p { color: rgb(86,17,147); }

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

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

 a { background-color: rgb(86,17,147); }

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

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

 span { border-color: rgb(86,17,147); }

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