#56127A

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

Shades of Indigo #56127A

Tints of Indigo #56127A

Color information

#56127A (or 0x56127A) is unknown color: approx Indigo. HEX triplet: 56, 12 and 7A. RGB value is (86,18,122). Sum of RGB (Red+Green+Blue) = 86+18+122=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #56127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56127A is #A9ED85. Grayscale: #313131. Windows color (decimal): -11136390 or 8000086. OLE color: 8000086.

HSL color Cylindrical-coordinate representation of color #56127A: hue angle of 279.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56127A is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8618122-
CMYK0.300.8500.52
HSL279.23º74.29%27.45%-
HSV(B)279.23º85.25%47.84%-
XYZ7.573.8218.75-
YUV50.19168.53153.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=38.05%
G=7.96%
B=53.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86181220.300.8500.52279.2374.2927.45
Hex56127A1E550341174a1b
Octal126221723612506442711233
Binary10101101001011110101111010101010110100100010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56127A; }

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

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

<style>
 a { background-color: #56127A; }

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

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

<style>
 span { border-color: #56127A; }

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

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