#5B1177

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

Shades of Indigo #5B1177

Tints of Indigo #5B1177

Color information

#5B1177 (or 0x5B1177) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 77. RGB value is (91,17,119). Sum of RGB (Red+Green+Blue) = 91+17+119=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B1177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1177 is #A4EE88. Grayscale: #323232. Windows color (decimal): -10808969 or 7803227. OLE color: 7803227.

HSL color Cylindrical-coordinate representation of color #5B1177: hue angle of 283.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1177 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9117119-
CMYK0.240.8600.53
HSL283.53º75%26.67%-
HSV(B)283.53º85.71%46.67%-
XYZ7.843.9617.8-
YUV50.75166.52156.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=40.09%
G=7.49%
B=52.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91171190.240.8600.53283.537526.67
Hex5B1177185603511c4b1b
Octal133211673012606543411333
Binary10110111000111101111100010101100110101100011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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