Html Css Color HEX #5B0991 Indigo

📋 copy color: '#5B0991'

red 91 ◦ green 9 ◦ blue 145

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

Shades of Indigo #5B0991

Tints of Indigo #5B0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 37.14%
G = 3.67%
B = 59.18%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B0991 (or 0x5B0991) is known color: Indigo. HEX triplet: 5B, 09 and 91. RGB value is (91,9,145). Sum of RGB (Red+Green+Blue) = 91+9+145=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B0991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0991 is #A4F66E. Grayscale: #303030. Windows color (decimal): -10810991 or 9505115. OLE color: 9505115.

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

Color convert

RGB 91 9 145 -
CMYK 0.37 0.94 0 0.43
HSL 276.18º 0.88% 0.3% -
HSV(B) 276.18º 0.94% 0.57% -
XYZ 9.52 4.46 27.15 -
YUV 49.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 91 9 145 0.37 0.94 0 0.43 276.18 0.88 0.3
Hex 5B 9 91 25 5E 0 2B 114 58 1E
Octal 133 11 221 45 136 0 53 424 130 36
Binary 1011011 1001 10010001 100101 1011110 0 101011 100010100 1011000 11110

Color Harmonies of #5B0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0991

Black with #5B0991

Text Example


Text Example

White with #5B0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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