Html Css Color HEX #5D179D Indigo

📋 copy color: '#5D179D'

red 93 ◦ green 23 ◦ blue 157

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

Shades of Indigo #5D179D

Tints of Indigo #5D179D

RGB

 RED value IS 93 (36.72% from 255) = 34.07%

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 34.07%
G = 8.42%
B = 57.51%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D179D (or 0x5D179D) is known color: Indigo. HEX triplet: 5D, 17 and 9D. RGB value is (93,23,157). Sum of RGB (Red+Green+Blue) = 93+23+157=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D179D is #A2E862. Grayscale: #3A3A3A. Windows color (decimal): -10676323 or 10295133. OLE color: 10295133.

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

Color convert

RGB 93 23 157 -
CMYK 0.41 0.85 0 0.38
HSL 271.34º 0.74% 0.35% -
HSV(B) 271.34º 0.85% 0.62% -
XYZ 10.91 5.37 32.36 -
YUV 59.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 93 23 157 0.41 0.85 0 0.38 271.34 0.74 0.35
Hex 5D 17 9D 29 55 0 26 10F 4A 23
Octal 135 27 235 51 125 0 46 417 112 43
Binary 1011101 10111 10011101 101001 1010101 0 100110 100001111 1001010 100011

Color Harmonies of #5D179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D179D

Black with #5D179D

Text Example


Text Example

White with #5D179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,157); }

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

background-color css

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

 a { background-color: rgb(93,23,157); }

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

border-color css

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

 span { border-color: rgb(93,23,157); }

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