#56068F

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

Shades of Indigo #56068F

Tints of Indigo #56068F

Color information

#56068F (or 0x56068F) is unknown color: approx Indigo. HEX triplet: 56, 06 and 8F. RGB value is (86,6,143). Sum of RGB (Red+Green+Blue) = 86+6+143=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #56068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56068F is #A9F970. Grayscale: #2D2D2D. Windows color (decimal): -11139441 or 9373270. OLE color: 9373270.

HSL color Cylindrical-coordinate representation of color #56068F: hue angle of 275.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56068F is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB866143-
CMYK0.400.9600.44
HSL275.04º91.95%29.22%-
HSV(B)275.04º95.8%56.08%-
XYZ8.864.0926.31-
YUV45.54183156.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 143 (56.25% from 255) = 60.85%
R=36.60%
G=2.55%
B=60.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8661430.400.9600.44275.0491.9529.22
Hex5668F286002C1135c1d
Octal12662175014005442313435
Binary10101101101000111110100011000000101100100010011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56068F; }

 p { color: rgb(86,6,143); }

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

<style>
 a { background-color: #56068F; }

 a { background-color: rgb(86,6,143); }

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

<style>
 span { border-color: #56068F; }

 span { border-color: rgb(86,6,143); }

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