Html Css Color HEX #5A1171 Indigo

📋 copy color: '#5A1171'

red 90 ◦ green 17 ◦ blue 113

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

Shades of Indigo #5A1171

Tints of Indigo #5A1171

RGB

 RED value IS 90 (35.55% from 255) = 40.91%

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

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 40.91%
G = 7.73%
B = 51.36%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A1171 (or 0x5A1171) is known color: Indigo. HEX triplet: 5A, 11 and 71. RGB value is (90,17,113). Sum of RGB (Red+Green+Blue) = 90+17+113=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1171 is #A5EE8E. Grayscale: #313131. Windows color (decimal): -10874511 or 7410010. OLE color: 7410010.

HSL color Cylindrical-coordinate representation of color #5A1171: hue angle of 285.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1171 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 17 113 -
CMYK 0.20 0.85 0 0.56
HSL 285.63º 0.74% 0.25% -
HSV(B) 285.63º 0.85% 0.44% -
XYZ 7.4 3.77 15.96 -
YUV 49.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 90 17 113 0.20 0.85 0 0.56 285.63 0.74 0.25
Hex 5A 11 71 14 55 0 38 11E 4A 19
Octal 132 21 161 24 125 0 70 436 112 31
Binary 1011010 10001 1110001 10100 1010101 0 111000 100011110 1001010 11001

Color Harmonies of #5A1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1171

Black with #5A1171

Text Example


Text Example

White with #5A1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,113); }

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

background-color css

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

 a { background-color: rgb(90,17,113); }

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

border-color css

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

 span { border-color: rgb(90,17,113); }

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