Html Css Color HEX #5E169B Indigo

📋 copy color: '#5E169B'

red 94 ◦ green 22 ◦ blue 155

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

Shades of Indigo #5E169B

Tints of Indigo #5E169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 34.69%
G = 8.12%
B = 57.2%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E169B (or 0x5E169B) is known color: Indigo. HEX triplet: 5E, 16 and 9B. RGB value is (94,22,155). Sum of RGB (Red+Green+Blue) = 94+22+155=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E169B is #A1E964. Grayscale: #3A3A3A. Windows color (decimal): -10611045 or 10163806. OLE color: 10163806.

HSL color Cylindrical-coordinate representation of color #5E169B: hue angle of 272.48º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E169B is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 22 155 -
CMYK 0.39 0.86 0 0.39
HSL 272.48º 0.75% 0.35% -
HSV(B) 272.48º 0.86% 0.61% -
XYZ 10.82 5.32 31.47 -
YUV 58.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 94 22 155 0.39 0.86 0 0.39 272.48 0.75 0.35
Hex 5E 16 9B 27 56 0 27 110 4B 23
Octal 136 26 233 47 126 0 47 420 113 43
Binary 1011110 10110 10011011 100111 1010110 0 100111 100010000 1001011 100011

Color Harmonies of #5E169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E169B

Black with #5E169B

Text Example


Text Example

White with #5E169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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