#560391

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

Shades of Indigo #560391

Tints of Indigo #560391

Color information

#560391 (or 0x560391) is unknown color: approx Indigo. HEX triplet: 56, 03 and 91. RGB value is (86,3,145). Sum of RGB (Red+Green+Blue) = 86+3+145=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #560391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560391 is #A9FC6E. Grayscale: #2B2B2B. Windows color (decimal): -11140207 or 9503574. OLE color: 9503574.

HSL color Cylindrical-coordinate representation of color #560391: hue angle of 275.07º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560391 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB863145-
CMYK0.410.9800.43
HSL275.07º95.95%29.02%-
HSV(B)275.07º97.93%56.86%-
XYZ8.984.0927.1-
YUV44185157.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=36.75%
G=1.28%
B=61.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8631450.410.9800.43275.0795.9529.02
Hex56391296202B113601d
Octal12632215114205342314035
Binary1010110111001000110100111000100101011100010011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560391; }

 p { color: rgb(86,3,145); }

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

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

 a { background-color: rgb(86,3,145); }

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

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

 span { border-color: rgb(86,3,145); }

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