Html Css Color HEX #5E169E Indigo

📋 copy color: '#5E169E'

red 94 ◦ green 22 ◦ blue 158

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

Shades of Indigo #5E169E

Tints of Indigo #5E169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 34.31%
G = 8.03%
B = 57.66%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E169E (or 0x5E169E) is known color: Indigo. HEX triplet: 5E, 16 and 9E. RGB value is (94,22,158). Sum of RGB (Red+Green+Blue) = 94+22+158=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E169E is #A1E961. Grayscale: #3A3A3A. Windows color (decimal): -10611042 or 10360414. OLE color: 10360414.

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

Color convert

RGB 94 22 158 -
CMYK 0.41 0.86 0 0.38
HSL 271.76º 0.76% 0.35% -
HSV(B) 271.76º 0.86% 0.62% -
XYZ 11.07 5.42 32.81 -
YUV 59.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 94 22 158 0.41 0.86 0 0.38 271.76 0.76 0.35
Hex 5E 16 9E 29 56 0 26 110 4C 23
Octal 136 26 236 51 126 0 46 420 114 43
Binary 1011110 10110 10011110 101001 1010110 0 100110 100010000 1001100 100011

Color Harmonies of #5E169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E169E

Black with #5E169E

Text Example


Text Example

White with #5E169E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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