Html Css Color HEX #5C177B Indigo

📋 copy color: '#5C177B'

red 92 ◦ green 23 ◦ blue 123

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

Shades of Indigo #5C177B

Tints of Indigo #5C177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 38.66%
G = 9.66%
B = 51.68%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C177B (or 0x5C177B) is known color: Indigo. HEX triplet: 5C, 17 and 7B. RGB value is (92,23,123). Sum of RGB (Red+Green+Blue) = 92+23+123=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C177B is #A3E884. Grayscale: #363636. Windows color (decimal): -10741893 or 8066908. OLE color: 8066908.

HSL color Cylindrical-coordinate representation of color #5C177B: hue angle of 281.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C177B is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 23 123 -
CMYK 0.25 0.81 0 0.52
HSL 281.4º 0.68% 0.29% -
HSV(B) 281.4º 0.81% 0.48% -
XYZ 8.3 4.32 19.14 -
YUV 55.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 92 23 123 0.25 0.81 0 0.52 281.4 0.68 0.29
Hex 5C 17 7B 19 51 0 34 119 44 1D
Octal 134 27 173 31 121 0 64 431 104 35
Binary 1011100 10111 1111011 11001 1010001 0 110100 100011001 1000100 11101

Color Harmonies of #5C177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C177B

Black with #5C177B

Text Example


Text Example

White with #5C177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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