Html Css Color HEX #5B1591 Indigo

📋 copy color: '#5B1591'

red 91 ◦ green 21 ◦ blue 145

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

Shades of Indigo #5B1591

Tints of Indigo #5B1591

RGB

 RED value IS 91 (35.94% from 255) = 35.41%

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 35.41%
G = 8.17%
B = 56.42%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B1591 (or 0x5B1591) is known color: Indigo. HEX triplet: 5B, 15 and 91. RGB value is (91,21,145). Sum of RGB (Red+Green+Blue) = 91+21+145=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B1591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1591 is #A4EA6E. Grayscale: #373737. Windows color (decimal): -10807919 or 9508187. OLE color: 9508187.

HSL color Cylindrical-coordinate representation of color #5B1591: hue angle of 273.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1591 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 21 145 -
CMYK 0.37 0.86 0 0.43
HSL 273.87º 0.75% 0.33% -
HSV(B) 273.87º 0.86% 0.57% -
XYZ 9.69 4.8 27.2 -
YUV 56.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 91 21 145 0.37 0.86 0 0.43 273.87 0.75 0.33
Hex 5B 15 91 25 56 0 2B 112 4B 21
Octal 133 25 221 45 126 0 53 422 113 41
Binary 1011011 10101 10010001 100101 1010110 0 101011 100010010 1001011 100001

Color Harmonies of #5B1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1591

Black with #5B1591

Text Example


Text Example

White with #5B1591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,145); }

 H1.HeaderClassName
 {
   color: #5B1591;
 }
 .AnyTagClassName
 {
   color: #5B1591;
 }
</style>

background-color css

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

 a { background-color: rgb(91,21,145); }

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

border-color css

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

 span { border-color: rgb(91,21,145); }

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