#56046B

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

Shades of Indigo #56046B

Tints of Indigo #56046B

Color information

#56046B (or 0x56046B) is unknown color: approx Indigo. HEX triplet: 56, 04 and 6B. RGB value is (86,4,107). Sum of RGB (Red+Green+Blue) = 86+4+107=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #56046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56046B is #A9FB94. Grayscale: #272727. Windows color (decimal): -11139989 or 7013462. OLE color: 7013462.

HSL color Cylindrical-coordinate representation of color #56046B: hue angle of 287.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56046B is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB864107-
CMYK0.200.9600.58
HSL287.77º92.79%21.76%-
HSV(B)287.77º96.26%41.96%-
XYZ6.543.1314.17-
YUV40.26165.67160.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=43.65%
G=2.03%
B=54.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8641070.200.9600.58287.7792.7921.76
Hex5646B146003A1205d16
Octal12641532414007244013526
Binary101011010011010111010011000000111010100100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56046B; }

 p { color: rgb(86,4,107); }

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

<style>
 a { background-color: #56046B; }

 a { background-color: rgb(86,4,107); }

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

<style>
 span { border-color: #56046B; }

 span { border-color: rgb(86,4,107); }

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