#56039D

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

Shades of Indigo #56039D

Tints of Indigo #56039D

Color information

#56039D (or 0x56039D) is unknown color: approx Indigo. HEX triplet: 56, 03 and 9D. RGB value is (86,3,157). Sum of RGB (Red+Green+Blue) = 86+3+157=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #56039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56039D is #A9FC62. Grayscale: #2C2C2C. Windows color (decimal): -11140195 or 10290006. OLE color: 10290006.

HSL color Cylindrical-coordinate representation of color #56039D: hue angle of 272.34º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56039D is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB863157-
CMYK0.450.9800.38
HSL272.34º96.25%31.37%-
HSV(B)272.34º98.09%61.57%-
XYZ9.964.4832.24-
YUV45.37191156.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 157 (61.72% from 255) = 63.82%
R=34.96%
G=1.22%
B=63.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8631570.450.9800.38272.3496.2531.37
Hex5639D2D62026110601f
Octal12632355514204642014037
Binary1010110111001110110110111000100100110100010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56039D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,3,157); }

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

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

 a { background-color: rgb(86,3,157); }

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

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

 span { border-color: rgb(86,3,157); }

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