#56197F

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

Shades of Indigo #56197F

Tints of Indigo #56197F

Color information

#56197F (or 0x56197F) is unknown color: approx Indigo. HEX triplet: 56, 19 and 7F. RGB value is (86,25,127). Sum of RGB (Red+Green+Blue) = 86+25+127=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #56197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56197F is #A9E680. Grayscale: #363636. Windows color (decimal): -11134593 or 8329558. OLE color: 8329558.

HSL color Cylindrical-coordinate representation of color #56197F: hue angle of 275.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56197F is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8625127-
CMYK0.320.8000.50
HSL275.88º67.11%29.8%-
HSV(B)275.88º80.31%49.8%-
XYZ8.024.2120.47-
YUV54.87168.71150.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 127 (50% from 255) = 53.36%
R=36.13%
G=10.50%
B=53.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86251270.320.8000.50275.8867.1129.8
Hex56197F2050032114431e
Octal126311774012006242410336
Binary101011011001111111110000010100000110010100010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56197F; }

 p { color: rgb(86,25,127); }

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

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

 a { background-color: rgb(86,25,127); }

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

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

 span { border-color: rgb(86,25,127); }

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