#5B1171

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

Shades of Indigo #5B1171

Tints of Indigo #5B1171

Color information

#5B1171 (or 0x5B1171) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 71. RGB value is (91,17,113). Sum of RGB (Red+Green+Blue) = 91+17+113=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1171 is #A4EE8E. Grayscale: #313131. Windows color (decimal): -10808975 or 7410011. OLE color: 7410011.

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

Color convert

RGB9117113-
CMYK0.190.8500.56
HSL286.25º73.85%25.49%-
HSV(B)286.25º84.96%44.31%-
XYZ7.53.8215.96-
YUV50.07163.52157.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=41.18%
G=7.69%
B=51.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91171130.190.8500.56286.2573.8525.49
Hex5B1171135503811e4a19
Octal133211612312507043611231
Binary10110111000111100011001110101010111000100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B1171; }

 p { color: rgb(91,17,113); }

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

<style>
 a { background-color: #5B1171; }

 a { background-color: rgb(91,17,113); }

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

<style>
 span { border-color: #5B1171; }

 span { border-color: rgb(91,17,113); }

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