Html Css Color HEX #5E159E Indigo

📋 copy color: '#5E159E'

red 94 ◦ green 21 ◦ blue 158

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

Shades of Indigo #5E159E

Tints of Indigo #5E159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 34.43%
G = 7.69%
B = 57.88%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E159E (or 0x5E159E) is known color: Indigo. HEX triplet: 5E, 15 and 9E. RGB value is (94,21,158). Sum of RGB (Red+Green+Blue) = 94+21+158=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E159E is #A1EA61. Grayscale: #393939. Windows color (decimal): -10611298 or 10360158. OLE color: 10360158.

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

Color convert

RGB 94 21 158 -
CMYK 0.41 0.87 0 0.38
HSL 271.97º 0.77% 0.35% -
HSV(B) 271.97º 0.87% 0.62% -
XYZ 11.06 5.38 32.8 -
YUV 58.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 94 21 158 0.41 0.87 0 0.38 271.97 0.77 0.35
Hex 5E 15 9E 29 57 0 26 110 4D 23
Octal 136 25 236 51 127 0 46 420 115 43
Binary 1011110 10101 10011110 101001 1010111 0 100110 100010000 1001101 100011

Color Harmonies of #5E159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E159E

Black with #5E159E

Text Example


Text Example

White with #5E159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,158); }

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

background-color css

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

 a { background-color: rgb(94,21,158); }

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

border-color css

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

 span { border-color: rgb(94,21,158); }

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