Html Css Color HEX #5E177C Indigo

📋 copy color: '#5E177C'

red 94 ◦ green 23 ◦ blue 124

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

Shades of Indigo #5E177C

Tints of Indigo #5E177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 39%
G = 9.54%
B = 51.45%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E177C (or 0x5E177C) is known color: Indigo. HEX triplet: 5E, 17 and 7C. RGB value is (94,23,124). Sum of RGB (Red+Green+Blue) = 94+23+124=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E177C is #A1E883. Grayscale: #373737. Windows color (decimal): -10610820 or 8132446. OLE color: 8132446.

HSL color Cylindrical-coordinate representation of color #5E177C: hue angle of 282.18º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E177C is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 23 124 -
CMYK 0.24 0.81 0 0.51
HSL 282.18º 0.69% 0.29% -
HSV(B) 282.18º 0.81% 0.49% -
XYZ 8.56 4.45 19.48 -
YUV 55.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 94 23 124 0.24 0.81 0 0.51 282.18 0.69 0.29
Hex 5E 17 7C 18 51 0 33 11A 45 1D
Octal 136 27 174 30 121 0 63 432 105 35
Binary 1011110 10111 1111100 11000 1010001 0 110011 100011010 1000101 11101

Color Harmonies of #5E177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E177C

Black with #5E177C

Text Example


Text Example

White with #5E177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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