#56008D

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

Shades of Indigo #56008D

Tints of Indigo #56008D

Color information

#56008D (or 0x56008D) is unknown color: approx Indigo. HEX triplet: 56, 00 and 8D. RGB value is (86,0,141). Sum of RGB (Red+Green+Blue) = 86+0+141=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #56008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56008D is #A9FF72. Grayscale: #292929. Windows color (decimal): -11140979 or 9240662. OLE color: 9240662.

HSL color Cylindrical-coordinate representation of color #56008D: hue angle of 276.6º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56008D is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB860141-
CMYK0.39100.45
HSL276.6º100%27.65%-
HSV(B)276.6º100%55.29%-
XYZ8.653.925.5-
YUV41.79183.99159.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=37.89%
G=0%
B=62.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8601410.39100.45276.610027.65
Hex5608D276402D115641c
Octal12602154714405542514434
Binary101011001000110110011111001000101101100010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56008D; }

 p { color: rgb(86,0,141); }

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

<style>
 a { background-color: #56008D; }

 a { background-color: rgb(86,0,141); }

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

<style>
 span { border-color: #56008D; }

 span { border-color: rgb(86,0,141); }

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