#56118A

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

Shades of Indigo #56118A

Tints of Indigo #56118A

Color information

#56118A (or 0x56118A) is unknown color: approx Indigo. HEX triplet: 56, 11 and 8A. RGB value is (86,17,138). Sum of RGB (Red+Green+Blue) = 86+17+138=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #56118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56118A is #A9EE75. Grayscale: #333333. Windows color (decimal): -11136630 or 9048406. OLE color: 9048406.

HSL color Cylindrical-coordinate representation of color #56118A: hue angle of 274.21º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56118A is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8617138-
CMYK0.380.8800.46
HSL274.21º78.06%30.39%-
HSV(B)274.21º87.68%54.12%-
XYZ8.634.2124.4-
YUV51.42176.86152.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=35.68%
G=7.05%
B=57.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86171380.380.8800.46274.2178.0630.39
Hex56118A265802E1124e1e
Octal126212124613005642211636
Binary1010110100011000101010011010110000101110100010010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,17,138); }

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

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

 a { background-color: rgb(86,17,138); }

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

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

 span { border-color: rgb(86,17,138); }

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