Html Css Color HEX #5E1171 Indigo

📋 copy color: '#5E1171'

red 94 ◦ green 17 ◦ blue 113

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

Shades of Indigo #5E1171

Tints of Indigo #5E1171

RGB

 RED value IS 94 (37.11% from 255) = 41.96%

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

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

R = 41.96%
G = 7.59%
B = 50.45%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E1171 (or 0x5E1171) is known color: Indigo. HEX triplet: 5E, 11 and 71. RGB value is (94,17,113). Sum of RGB (Red+Green+Blue) = 94+17+113=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1171 is #A1EE8E. Grayscale: #323232. Windows color (decimal): -10612367 or 7410014. OLE color: 7410014.

HSL color Cylindrical-coordinate representation of color #5E1171: hue angle of 288.12º 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 #5E1171 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 17 113 -
CMYK 0.17 0.85 0 0.56
HSL 288.13º 0.74% 0.25% -
HSV(B) 288.13º 0.85% 0.44% -
XYZ 7.8 3.97 15.98 -
YUV 50.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 94 17 113 0.17 0.85 0 0.56 288.13 0.74 0.25
Hex 5E 11 71 11 55 0 38 120 4A 19
Octal 136 21 161 21 125 0 70 440 112 31
Binary 1011110 10001 1110001 10001 1010101 0 111000 100100000 1001010 11001

Color Harmonies of #5E1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1171

Black with #5E1171

Text Example


Text Example

White with #5E1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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