Html Css Color HEX #5E189D Indigo

📋 copy color: '#5E189D'

red 94 ◦ green 24 ◦ blue 157

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

Shades of Indigo #5E189D

Tints of Indigo #5E189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 34.18%
G = 8.73%
B = 57.09%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E189D (or 0x5E189D) is known color: Indigo. HEX triplet: 5E, 18 and 9D. RGB value is (94,24,157). Sum of RGB (Red+Green+Blue) = 94+24+157=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189D is #A1E762. Grayscale: #3B3B3B. Windows color (decimal): -10610531 or 10295390. OLE color: 10295390.

HSL color Cylindrical-coordinate representation of color #5E189D: hue angle of 271.58º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E189D is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 24 157 -
CMYK 0.40 0.85 0 0.38
HSL 271.58º 0.73% 0.35% -
HSV(B) 271.58º 0.85% 0.62% -
XYZ 11.03 5.47 32.37 -
YUV 60.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 94 24 157 0.40 0.85 0 0.38 271.58 0.73 0.35
Hex 5E 18 9D 28 55 0 26 110 49 23
Octal 136 30 235 50 125 0 46 420 111 43
Binary 1011110 11000 10011101 101000 1010101 0 100110 100010000 1001001 100011

Color Harmonies of #5E189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E189D

Black with #5E189D

Text Example


Text Example

White with #5E189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,157); }

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

background-color css

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

 a { background-color: rgb(94,24,157); }

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

border-color css

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

 span { border-color: rgb(94,24,157); }

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