Html Css Color HEX #5B1786 Indigo

📋 copy color: '#5B1786'

red 91 ◦ green 23 ◦ blue 134

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

Shades of Indigo #5B1786

Tints of Indigo #5B1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 36.69%
G = 9.27%
B = 54.03%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B1786 (or 0x5B1786) is known color: Indigo. HEX triplet: 5B, 17 and 86. RGB value is (91,23,134). Sum of RGB (Red+Green+Blue) = 91+23+134=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B1786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1786 is #A4E879. Grayscale: #373737. Windows color (decimal): -10807418 or 8787803. OLE color: 8787803.

HSL color Cylindrical-coordinate representation of color #5B1786: hue angle of 276.76º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1786 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 23 134 -
CMYK 0.32 0.83 0 0.47
HSL 276.76º 0.71% 0.31% -
HSV(B) 276.76º 0.83% 0.53% -
XYZ 8.92 4.56 22.96 -
YUV 55.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 91 23 134 0.32 0.83 0 0.47 276.76 0.71 0.31
Hex 5B 17 86 20 53 0 2F 115 47 1F
Octal 133 27 206 40 123 0 57 425 107 37
Binary 1011011 10111 10000110 100000 1010011 0 101111 100010101 1000111 11111

Color Harmonies of #5B1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1786

Black with #5B1786

Text Example


Text Example

White with #5B1786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,23,134); }

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

background-color css

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

 a { background-color: rgb(91,23,134); }

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

border-color css

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

 span { border-color: rgb(91,23,134); }

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