#560195

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

Shades of Indigo #560195

Tints of Indigo #560195

Color information

#560195 (or 0x560195) is unknown color: approx Indigo. HEX triplet: 56, 01 and 95. RGB value is (86,1,149). Sum of RGB (Red+Green+Blue) = 86+1+149=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #560195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560195 is #A9FE6A. Grayscale: #2A2A2A. Windows color (decimal): -11140715 or 9765206. OLE color: 9765206.

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

Color convert

RGB861149-
CMYK0.420.9900.42
HSL274.46º98.67%29.41%-
HSV(B)274.46º99.33%58.43%-
XYZ9.274.1728.75-
YUV43.29187.66158.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=36.44%
G=0.42%
B=63.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8611490.420.9900.42274.4698.6729.41
Hex561952A6302A112631d
Octal12612255214305242214335
Binary101011011001010110101011000110101010100010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560195; }

 p { color: rgb(86,1,149); }

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

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

 a { background-color: rgb(86,1,149); }

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

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

 span { border-color: rgb(86,1,149); }

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