#56197E

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

Shades of Indigo #56197E

Tints of Indigo #56197E

Color information

#56197E (or 0x56197E) is unknown color: approx Indigo. HEX triplet: 56, 19 and 7E. RGB value is (86,25,126). Sum of RGB (Red+Green+Blue) = 86+25+126=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #56197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56197E is #A9E681. Grayscale: #363636. Windows color (decimal): -11134594 or 8264022. OLE color: 8264022.

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

Color convert

RGB8625126-
CMYK0.320.8000.51
HSL276.24º66.89%29.61%-
HSV(B)276.24º80.16%49.41%-
XYZ7.954.1820.13-
YUV54.75168.21150.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=36.29%
G=10.55%
B=53.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86251260.320.8000.51276.2466.8929.61
Hex56197E2050033114431e
Octal126311764012006342410336
Binary101011011001111111010000010100000110011100010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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