#56158F

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

Shades of Indigo #56158F

Tints of Indigo #56158F

Color information

#56158F (or 0x56158F) is unknown color: approx Indigo. HEX triplet: 56, 15 and 8F. RGB value is (86,21,143). Sum of RGB (Red+Green+Blue) = 86+21+143=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #56158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56158F is #A9EA70. Grayscale: #353535. Windows color (decimal): -11135601 or 9377110. OLE color: 9377110.

HSL color Cylindrical-coordinate representation of color #56158F: hue angle of 271.97º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56158F is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8621143-
CMYK0.400.8500.44
HSL271.97º74.39%32.16%-
HSV(B)271.97º85.31%56.08%-
XYZ9.064.526.38-
YUV54.34178.03150.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=34.4%
G=8.4%
B=57.2%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86211430.400.8500.44271.9774.3932.16
Hex56158F285502C1104a20
Octal126252175012505442011240
Binary10101101010110001111101000101010101011001000100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56158F; }

 p { color: rgb(86,21,143); }

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

<style>
 a { background-color: #56158F; }

 a { background-color: rgb(86,21,143); }

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

<style>
 span { border-color: #56158F; }

 span { border-color: rgb(86,21,143); }

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