Html Css Color HEX #5E159F Indigo

📋 copy color: '#5E159F'

red 94 ◦ green 21 ◦ blue 159

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

Shades of Indigo #5E159F

Tints of Indigo #5E159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 34.31%
G = 7.66%
B = 58.03%

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

#5E159F (or 0x5E159F) is known color: Indigo. HEX triplet: 5E, 15 and 9F. RGB value is (94,21,159). Sum of RGB (Red+Green+Blue) = 94+21+159=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E159F is #A1EA60. Grayscale: #3A3A3A. Windows color (decimal): -10611297 or 10425694. OLE color: 10425694.

HSL color Cylindrical-coordinate representation of color #5E159F: hue angle of 271.74º 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 #5E159F is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 21 159 -
CMYK 0.41 0.87 0 0.38
HSL 271.74º 0.77% 0.35% -
HSV(B) 271.74º 0.87% 0.62% -
XYZ 11.14 5.42 33.26 -
YUV 58.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 94 21 159 0.41 0.87 0 0.38 271.74 0.77 0.35
Hex 5E 15 9F 29 57 0 26 110 4D 23
Octal 136 25 237 51 127 0 46 420 115 43
Binary 1011110 10101 10011111 101001 1010111 0 100110 100010000 1001101 100011

Color Harmonies of #5E159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E159F

Black with #5E159F

Text Example


Text Example

White with #5E159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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