Html Css Color HEX #5C179C Indigo

📋 copy color: '#5C179C'

red 92 ◦ green 23 ◦ blue 156

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

Shades of Indigo #5C179C

Tints of Indigo #5C179C

RGB

 RED value IS 92 (36.33% from 255) = 33.95%

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 33.95%
G = 8.49%
B = 57.56%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C179C (or 0x5C179C) is known color: Indigo. HEX triplet: 5C, 17 and 9C. RGB value is (92,23,156). Sum of RGB (Red+Green+Blue) = 92+23+156=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C179C is #A3E863. Grayscale: #3A3A3A. Windows color (decimal): -10741860 or 10229596. OLE color: 10229596.

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

Color convert

RGB 92 23 156 -
CMYK 0.41 0.85 0 0.39
HSL 271.13º 0.74% 0.35% -
HSV(B) 271.13º 0.85% 0.61% -
XYZ 10.72 5.29 31.91 -
YUV 58.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 92 23 156 0.41 0.85 0 0.39 271.13 0.74 0.35
Hex 5C 17 9C 29 55 0 27 10F 4A 23
Octal 134 27 234 51 125 0 47 417 112 43
Binary 1011100 10111 10011100 101001 1010101 0 100111 100001111 1001010 100011

Color Harmonies of #5C179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C179C

Black with #5C179C

Text Example


Text Example

White with #5C179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,23,156); }

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

background-color css

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

 a { background-color: rgb(92,23,156); }

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

border-color css

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

 span { border-color: rgb(92,23,156); }

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