Html Css Color HEX #5B119D Indigo

📋 copy color: '#5B119D'

red 91 ◦ green 17 ◦ blue 157

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

Shades of Indigo #5B119D

Tints of Indigo #5B119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 34.34%
G = 6.42%
B = 59.25%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B119D (or 0x5B119D) is known color: Indigo. HEX triplet: 5B, 11 and 9D. RGB value is (91,17,157). Sum of RGB (Red+Green+Blue) = 91+17+157=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B119D is #A4EE62. Grayscale: #363636. Windows color (decimal): -10808931 or 10293595. OLE color: 10293595.

HSL color Cylindrical-coordinate representation of color #5B119D: hue angle of 271.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B119D is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 17 157 -
CMYK 0.42 0.89 0 0.38
HSL 271.71º 0.8% 0.34% -
HSV(B) 271.71º 0.89% 0.62% -
XYZ 10.6 5.06 32.32 -
YUV 55.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 91 17 157 0.42 0.89 0 0.38 271.71 0.8 0.34
Hex 5B 11 9D 2A 59 0 26 110 50 22
Octal 133 21 235 52 131 0 46 420 120 42
Binary 1011011 10001 10011101 101010 1011001 0 100110 100010000 1010000 100010

Color Harmonies of #5B119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B119D

Black with #5B119D

Text Example


Text Example

White with #5B119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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