Html Css Color HEX #5E178E Indigo

📋 copy color: '#5E178E'

red 94 ◦ green 23 ◦ blue 142

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

Shades of Indigo #5E178E

Tints of Indigo #5E178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 36.29%
G = 8.88%
B = 54.83%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E178E (or 0x5E178E) is known color: Indigo. HEX triplet: 5E, 17 and 8E. RGB value is (94,23,142). Sum of RGB (Red+Green+Blue) = 94+23+142=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E178E is #A1E871. Grayscale: #393939. Windows color (decimal): -10610802 or 9312094. OLE color: 9312094.

HSL color Cylindrical-coordinate representation of color #5E178E: hue angle of 275.8º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E178E is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 23 142 -
CMYK 0.34 0.84 0 0.44
HSL 275.8º 0.72% 0.32% -
HSV(B) 275.8º 0.84% 0.56% -
XYZ 9.8 4.95 26.03 -
YUV 57.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 94 23 142 0.34 0.84 0 0.44 275.8 0.72 0.32
Hex 5E 17 8E 22 54 0 2C 114 48 20
Octal 136 27 216 42 124 0 54 424 110 40
Binary 1011110 10111 10001110 100010 1010100 0 101100 100010100 1001000 100000

Color Harmonies of #5E178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E178E

Black with #5E178E

Text Example


Text Example

White with #5E178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,142); }

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

background-color css

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

 a { background-color: rgb(94,23,142); }

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

border-color css

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

 span { border-color: rgb(94,23,142); }

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