#56169E

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

Shades of Indigo #56169E

Tints of Indigo #56169E

Color information

#56169E (or 0x56169E) is unknown color: approx Indigo. HEX triplet: 56, 16 and 9E. RGB value is (86,22,158). Sum of RGB (Red+Green+Blue) = 86+22+158=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #56169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56169E is #A9E961. Grayscale: #383838. Windows color (decimal): -11135330 or 10360406. OLE color: 10360406.

HSL color Cylindrical-coordinate representation of color #56169E: hue angle of 268.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56169E is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8622158-
CMYK0.460.8600.38
HSL268.24º75.56%35.29%-
HSV(B)268.24º86.08%61.96%-
XYZ10.35.0232.77-
YUV56.64185.2148.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=32.33%
G=8.27%
B=59.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86221580.460.8600.38268.2475.5635.29
Hex56169E2E5602610c4c23
Octal126262365612604641411443
Binary10101101011010011110101110101011001001101000011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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