#56016C

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

Shades of Indigo #56016C

Tints of Indigo #56016C

Color information

#56016C (or 0x56016C) is unknown color: approx Indigo. HEX triplet: 56, 01 and 6C. RGB value is (86,1,108). Sum of RGB (Red+Green+Blue) = 86+1+108=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #56016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56016C is #A9FE93. Grayscale: #262626. Windows color (decimal): -11140756 or 7078230. OLE color: 7078230.

HSL color Cylindrical-coordinate representation of color #56016C: hue angle of 287.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56016C is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB861108-
CMYK0.200.9900.58
HSL287.66º98.17%21.37%-
HSV(B)287.66º99.07%42.35%-
XYZ6.563.0814.44-
YUV38.61167.16161.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=44.10%
G=0.51%
B=55.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8611080.200.9900.58287.6698.1721.37
Hex5616C146303A1206215
Octal12611542414307244014225
Binary1010110111011001010011000110111010100100000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56016C; }

 p { color: rgb(86,1,108); }

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

<style>
 a { background-color: #56016C; }

 a { background-color: rgb(86,1,108); }

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

<style>
 span { border-color: #56016C; }

 span { border-color: rgb(86,1,108); }

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