Html Css Color HEX #5B1783 Indigo

📋 copy color: '#5B1783'

red 91 ◦ green 23 ◦ blue 131

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

Shades of Indigo #5B1783

Tints of Indigo #5B1783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 37.14%
G = 9.39%
B = 53.47%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B1783 (or 0x5B1783) is known color: Indigo. HEX triplet: 5B, 17 and 83. RGB value is (91,23,131). Sum of RGB (Red+Green+Blue) = 91+23+131=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1783 is #A4E87C. Grayscale: #373737. Windows color (decimal): -10807421 or 8591195. OLE color: 8591195.

HSL color Cylindrical-coordinate representation of color #5B1783: hue angle of 277.78º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1783 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 23 131 -
CMYK 0.31 0.82 0 0.49
HSL 277.78º 0.7% 0.3% -
HSV(B) 277.78º 0.82% 0.51% -
XYZ 8.72 4.48 21.88 -
YUV 55.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 91 23 131 0.31 0.82 0 0.49 277.78 0.7 0.3
Hex 5B 17 83 1F 52 0 31 116 46 1E
Octal 133 27 203 37 122 0 61 426 106 36
Binary 1011011 10111 10000011 11111 1010010 0 110001 100010110 1000110 11110

Color Harmonies of #5B1783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1783

Black with #5B1783

Text Example


Text Example

White with #5B1783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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