#5B1197

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

Shades of Indigo #5B1197

Tints of Indigo #5B1197

Color information

#5B1197 (or 0x5B1197) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 97. RGB value is (91,17,151). Sum of RGB (Red+Green+Blue) = 91+17+151=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B1197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1197 is #A4EE68. Grayscale: #353535. Windows color (decimal): -10808937 or 9900379. OLE color: 9900379.

HSL color Cylindrical-coordinate representation of color #5B1197: hue angle of 273.13º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1197 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9117151-
CMYK0.400.8900.41
HSL273.13º79.76%32.94%-
HSV(B)273.13º88.74%59.22%-
XYZ10.14.8629.68-
YUV54.4182.52154.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 151 (59.38% from 255) = 58.30%
R=35.14%
G=6.56%
B=58.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91171510.400.8900.41273.1379.7632.94
Hex5B119728590291115021
Octal133212275013105142112041
Binary10110111000110010111101000101100101010011000100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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