#56076f

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

Shades of Indigo #56076F

Tints of Indigo #56076F

Color information

#56076F (or 0x56076F) is unknown color: approx Indigo. HEX triplet: 56, 07 and 6F. RGB value is (86,7,111). Sum of RGB (Red+Green+Blue) = 86+7+111=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #56076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56076F is #A9F890. Grayscale: #2A2A2A. Windows color (decimal): -11139217 or 7276374. OLE color: 7276374.

HSL color Cylindrical-coordinate representation of color #56076F: hue angle of 285.58º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56076F is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB867111-
CMYK0.230.9400.56
HSL285.58º88.14%23.14%-
HSV(B)285.58º93.69%43.53%-
XYZ6.783.2815.31-
YUV42.48166.67159.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=42.16%
G=3.43%
B=54.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8671110.230.9400.56285.5888.1423.14
Hex5676F175E03811e5817
Octal12671572713607043613027
Binary101011011111011111011110111100111000100011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56076f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56076f; }

 p { color: rgb(86,7,111); }

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

<style>
 a { background-color: #56076f; }

 a { background-color: rgb(86,7,111); }

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

<style>
 span { border-color: #56076f; }

 span { border-color: rgb(86,7,111); }

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