Html Css Color HEX #5E178D Indigo

📋 copy color: '#5E178D'

red 94 ◦ green 23 ◦ blue 141

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

Shades of Indigo #5E178D

Tints of Indigo #5E178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 36.43%
G = 8.91%
B = 54.65%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E178D (or 0x5E178D) is known color: Indigo. HEX triplet: 5E, 17 and 8D. RGB value is (94,23,141). Sum of RGB (Red+Green+Blue) = 94+23+141=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E178D is #A1E872. Grayscale: #393939. Windows color (decimal): -10610803 or 9246558. OLE color: 9246558.

HSL color Cylindrical-coordinate representation of color #5E178D: hue angle of 276.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E178D is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 23 141 -
CMYK 0.33 0.84 0 0.45
HSL 276.1º 0.72% 0.32% -
HSV(B) 276.1º 0.84% 0.55% -
XYZ 9.73 4.92 25.64 -
YUV 57.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 94 23 141 0.33 0.84 0 0.45 276.1 0.72 0.32
Hex 5E 17 8D 21 54 0 2D 114 48 20
Octal 136 27 215 41 124 0 55 424 110 40
Binary 1011110 10111 10001101 100001 1010100 0 101101 100010100 1001000 100000

Color Harmonies of #5E178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E178D

Black with #5E178D

Text Example


Text Example

White with #5E178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,141); }

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

background-color css

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

 a { background-color: rgb(94,23,141); }

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

border-color css

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

 span { border-color: rgb(94,23,141); }

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