Html Css Color HEX #5E1177 Indigo

📋 copy color: '#5E1177'

red 94 ◦ green 17 ◦ blue 119

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

Shades of Indigo #5E1177

Tints of Indigo #5E1177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 40.87%
G = 7.39%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E1177 (or 0x5E1177) is known color: Indigo. HEX triplet: 5E, 11 and 77. RGB value is (94,17,119). Sum of RGB (Red+Green+Blue) = 94+17+119=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E1177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1177 is #A1EE88. Grayscale: #333333. Windows color (decimal): -10612361 or 7803230. OLE color: 7803230.

HSL color Cylindrical-coordinate representation of color #5E1177: hue angle of 285.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1177 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 17 119 -
CMYK 0.21 0.86 0 0.53
HSL 285.29º 0.75% 0.27% -
HSV(B) 285.29º 0.86% 0.47% -
XYZ 8.15 4.11 17.82 -
YUV 51.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 94 17 119 0.21 0.86 0 0.53 285.29 0.75 0.27
Hex 5E 11 77 15 56 0 35 11D 4B 1B
Octal 136 21 167 25 126 0 65 435 113 33
Binary 1011110 10001 1110111 10101 1010110 0 110101 100011101 1001011 11011

Color Harmonies of #5E1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1177

Black with #5E1177

Text Example


Text Example

White with #5E1177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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