Html Css Color HEX #5E1196 Indigo

📋 copy color: '#5E1196'

red 94 ◦ green 17 ◦ blue 150

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

Shades of Indigo #5E1196

Tints of Indigo #5E1196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.47%

R = 36.02%
G = 6.51%
B = 57.47%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E1196 (or 0x5E1196) is known color: Indigo. HEX triplet: 5E, 11 and 96. RGB value is (94,17,150). Sum of RGB (Red+Green+Blue) = 94+17+150=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E1196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1196 is #A1EE69. Grayscale: #363636. Windows color (decimal): -10612330 or 9834846. OLE color: 9834846.

HSL color Cylindrical-coordinate representation of color #5E1196: hue angle of 274.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E1196 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 17 150 -
CMYK 0.37 0.89 0 0.41
HSL 274.74º 0.8% 0.33% -
HSV(B) 274.74º 0.89% 0.59% -
XYZ 10.32 4.98 29.27 -
YUV 55.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 94 17 150 0.37 0.89 0 0.41 274.74 0.8 0.33
Hex 5E 11 96 25 59 0 29 113 50 21
Octal 136 21 226 45 131 0 51 423 120 41
Binary 1011110 10001 10010110 100101 1011001 0 101001 100010011 1010000 100001

Color Harmonies of #5E1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1196

Black with #5E1196

Text Example


Text Example

White with #5E1196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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