#56147B

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

Shades of Indigo #56147B

Tints of Indigo #56147B

Color information

#56147B (or 0x56147B) is unknown color: approx Indigo. HEX triplet: 56, 14 and 7B. RGB value is (86,20,123). Sum of RGB (Red+Green+Blue) = 86+20+123=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #56147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56147B is #A9EB84. Grayscale: #333333. Windows color (decimal): -11135877 or 8066134. OLE color: 8066134.

HSL color Cylindrical-coordinate representation of color #56147B: hue angle of 278.45º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56147B is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8620123-
CMYK0.300.8400.52
HSL278.45º72.03%28.04%-
HSV(B)278.45º83.74%48.24%-
XYZ7.663.9119.09-
YUV51.48168.37152.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=37.55%
G=8.73%
B=53.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86201230.300.8400.52278.4572.0328.04
Hex56147B1E54034116481c
Octal126241733612406442611034
Binary10101101010011110111111010101000110100100010110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56147B; }

 p { color: rgb(86,20,123); }

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

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

 a { background-color: rgb(86,20,123); }

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

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

 span { border-color: rgb(86,20,123); }

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