Html Css Color HEX #5B119C Indigo

📋 copy color: '#5B119C'

red 91 ◦ green 17 ◦ blue 156

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

Shades of Indigo #5B119C

Tints of Indigo #5B119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 34.47%
G = 6.44%
B = 59.09%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B119C (or 0x5B119C) is known color: Indigo. HEX triplet: 5B, 11 and 9C. RGB value is (91,17,156). Sum of RGB (Red+Green+Blue) = 91+17+156=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B119C is #A4EE63. Grayscale: #363636. Windows color (decimal): -10808932 or 10228059. OLE color: 10228059.

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

Color convert

RGB 91 17 156 -
CMYK 0.42 0.89 0 0.39
HSL 271.94º 0.8% 0.34% -
HSV(B) 271.94º 0.89% 0.61% -
XYZ 10.52 5.03 31.87 -
YUV 54.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 91 17 156 0.42 0.89 0 0.39 271.94 0.8 0.34
Hex 5B 11 9C 2A 59 0 27 110 50 22
Octal 133 21 234 52 131 0 47 420 120 42
Binary 1011011 10001 10011100 101010 1011001 0 100111 100010000 1010000 100010

Color Harmonies of #5B119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B119C

Black with #5B119C

Text Example


Text Example

White with #5B119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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