Html Css Color HEX #5D177C Indigo

📋 copy color: '#5D177C'

red 93 ◦ green 23 ◦ blue 124

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

Shades of Indigo #5D177C

Tints of Indigo #5D177C

RGB

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

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

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

R = 38.75%
G = 9.58%
B = 51.67%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D177C (or 0x5D177C) is known color: Indigo. HEX triplet: 5D, 17 and 7C. RGB value is (93,23,124). Sum of RGB (Red+Green+Blue) = 93+23+124=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D177C is #A2E883. Grayscale: #373737. Windows color (decimal): -10676356 or 8132445. OLE color: 8132445.

HSL color Cylindrical-coordinate representation of color #5D177C: hue angle of 281.58º 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 #5D177C is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 23 124 -
CMYK 0.25 0.81 0 0.51
HSL 281.58º 0.69% 0.29% -
HSV(B) 281.58º 0.81% 0.49% -
XYZ 8.46 4.4 19.47 -
YUV 55.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 93 23 124 0.25 0.81 0 0.51 281.58 0.69 0.29
Hex 5D 17 7C 19 51 0 33 11A 45 1D
Octal 135 27 174 31 121 0 63 432 105 35
Binary 1011101 10111 1111100 11001 1010001 0 110011 100011010 1000101 11101

Color Harmonies of #5D177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D177C

Black with #5D177C

Text Example


Text Example

White with #5D177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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