#56168A

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

Shades of Indigo #56168A

Tints of Indigo #56168A

Color information

#56168A (or 0x56168A) is unknown color: approx Indigo. HEX triplet: 56, 16 and 8A. RGB value is (86,22,138). Sum of RGB (Red+Green+Blue) = 86+22+138=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #56168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56168A is #A9E975. Grayscale: #353535. Windows color (decimal): -11135350 or 9049686. OLE color: 9049686.

HSL color Cylindrical-coordinate representation of color #56168A: hue angle of 273.1º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56168A is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8622138-
CMYK0.380.8400.46
HSL273.1º72.5%31.37%-
HSV(B)273.1º84.06%54.12%-
XYZ8.714.3924.43-
YUV54.36175.2150.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=34.96%
G=8.94%
B=56.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86221380.380.8400.46273.172.531.37
Hex56168A265402E111481f
Octal126262124612405642111037
Binary1010110101101000101010011010101000101110100010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56168A; }

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

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

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

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

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

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

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

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