Html Css Color HEX #5B157F Indigo

📋 copy color: '#5B157F'

red 91 ◦ green 21 ◦ blue 127

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

Shades of Indigo #5B157F

Tints of Indigo #5B157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 38.08%
G = 8.79%
B = 53.14%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B157F (or 0x5B157F) is known color: Indigo. HEX triplet: 5B, 15 and 7F. RGB value is (91,21,127). Sum of RGB (Red+Green+Blue) = 91+21+127=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B157F is #A4EA80. Grayscale: #353535. Windows color (decimal): -10807937 or 8328539. OLE color: 8328539.

HSL color Cylindrical-coordinate representation of color #5B157F: hue angle of 279.62º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B157F is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 21 127 -
CMYK 0.28 0.83 0 0.50
HSL 279.62º 0.72% 0.29% -
HSV(B) 279.62º 0.83% 0.5% -
XYZ 8.41 4.29 20.46 -
YUV 54.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 91 21 127 0.28 0.83 0 0.50 279.62 0.72 0.29
Hex 5B 15 7F 1C 53 0 32 118 48 1D
Octal 133 25 177 34 123 0 62 430 110 35
Binary 1011011 10101 1111111 11100 1010011 0 110010 100011000 1001000 11101

Color Harmonies of #5B157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B157F

Black with #5B157F

Text Example


Text Example

White with #5B157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,127); }

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

background-color css

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

 a { background-color: rgb(91,21,127); }

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

border-color css

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

 span { border-color: rgb(91,21,127); }

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