#561690

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

Shades of Indigo #561690

Tints of Indigo #561690

Color information

#561690 (or 0x561690) is unknown color: approx Indigo. HEX triplet: 56, 16 and 90. RGB value is (86,22,144). Sum of RGB (Red+Green+Blue) = 86+22+144=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #561690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561690 is #A9E96F. Grayscale: #363636. Windows color (decimal): -11135344 or 9442902. OLE color: 9442902.

HSL color Cylindrical-coordinate representation of color #561690: hue angle of 271.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561690 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8622144-
CMYK0.400.8500.44
HSL271.48º73.49%32.55%-
HSV(B)271.48º84.72%56.47%-
XYZ9.164.5726.78-
YUV55.04178.2150.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=34.13%
G=8.73%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86221440.400.8500.44271.4873.4932.55
Hex561690285502C10f4921
Octal126262205012505441711141
Binary10101101011010010000101000101010101011001000011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561690; }

 p { color: rgb(86,22,144); }

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

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

 a { background-color: rgb(86,22,144); }

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

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

 span { border-color: rgb(86,22,144); }

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