#56126D

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

Shades of Indigo #56126D

Tints of Indigo #56126D

Color information

#56126D (or 0x56126D) is unknown color: approx Indigo. HEX triplet: 56, 12 and 6D. RGB value is (86,18,109). Sum of RGB (Red+Green+Blue) = 86+18+109=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #56126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56126D is #A9ED92. Grayscale: #303030. Windows color (decimal): -11136403 or 7148118. OLE color: 7148118.

HSL color Cylindrical-coordinate representation of color #56126D: hue angle of 284.84º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56126D is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8618109-
CMYK0.210.8300.57
HSL284.84º71.65%24.9%-
HSV(B)284.84º83.49%42.75%-
XYZ6.813.5214.79-
YUV48.71162.03154.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=40.38%
G=8.45%
B=51.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86181090.210.8300.57284.8471.6524.9
Hex56126D155303911d4819
Octal126221552512307143511031
Binary10101101001011011011010110100110111001100011101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,18,109); }

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

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

 a { background-color: rgb(86,18,109); }

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

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

 span { border-color: rgb(86,18,109); }

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