Html Css Color HEX #5B1171 Indigo

📋 copy color: '#5B1171'

red 91 ◦ green 17 ◦ blue 113

#5B1171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5B1171

Tints of Indigo #5B1171

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 value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B1171 (or 0x5B1171) is known color: 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

RGB 91 17 113 -
CMYK 0.19 0.85 0 0.56
HSL 286.25º 0.74% 0.25% -
HSV(B) 286.25º 0.85% 0.44% -
XYZ 7.5 3.82 15.96 -
YUV 50.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 91 17 113 0.19 0.85 0 0.56 286.25 0.74 0.25
Hex 5B 11 71 13 55 0 38 11E 4A 19
Octal 133 21 161 23 125 0 70 436 112 31
Binary 1011011 10001 1110001 10011 1010101 0 111000 100011110 1001010 11001

Color Harmonies of #5B1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1171

Black with #5B1171

Text Example


Text Example

White with #5B1171

Text Example


Text Example

HTML Codes & Css Web 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>