#56078E

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

Shades of Indigo #56078E

Tints of Indigo #56078E

Color information

#56078E (or 0x56078E) is unknown color: approx Indigo. HEX triplet: 56, 07 and 8E. RGB value is (86,7,142). Sum of RGB (Red+Green+Blue) = 86+7+142=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #56078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56078E is #A9F871. Grayscale: #2D2D2D. Windows color (decimal): -11139186 or 9307990. OLE color: 9307990.

HSL color Cylindrical-coordinate representation of color #56078E: hue angle of 275.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56078E is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB867142-
CMYK0.390.9500.44
HSL275.11º90.6%29.22%-
HSV(B)275.11º95.07%55.69%-
XYZ8.84.0825.92-
YUV46.01182.17156.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=36.60%
G=2.98%
B=60.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8671420.390.9500.44275.1190.629.22
Hex5678E275F02C1135b1d
Octal12672164713705442313335
Binary10101101111000111010011110111110101100100010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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