Html Css Color HEX #5B147F Indigo

📋 copy color: '#5B147F'

red 91 ◦ green 20 ◦ blue 127

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

Shades of Indigo #5B147F

Tints of Indigo #5B147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 38.24%
G = 8.4%
B = 53.36%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B147F (or 0x5B147F) is known color: Indigo. HEX triplet: 5B, 14 and 7F. RGB value is (91,20,127). Sum of RGB (Red+Green+Blue) = 91+20+127=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B147F is #A4EB80. Grayscale: #353535. Windows color (decimal): -10808193 or 8328283. OLE color: 8328283.

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

Color convert

RGB 91 20 127 -
CMYK 0.28 0.84 0 0.50
HSL 279.81º 0.73% 0.29% -
HSV(B) 279.81º 0.84% 0.5% -
XYZ 8.4 4.26 20.46 -
YUV 53.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 91 20 127 0.28 0.84 0 0.50 279.81 0.73 0.29
Hex 5B 14 7F 1C 54 0 32 118 49 1D
Octal 133 24 177 34 124 0 62 430 111 35
Binary 1011011 10100 1111111 11100 1010100 0 110010 100011000 1001001 11101

Color Harmonies of #5B147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B147F

Black with #5B147F

Text Example


Text Example

White with #5B147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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