Html Css Color HEX #5C119D Indigo

📋 copy color: '#5C119D'

red 92 ◦ green 17 ◦ blue 157

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

Shades of Indigo #5C119D

Tints of Indigo #5C119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 34.59%
G = 6.39%
B = 59.02%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C119D (or 0x5C119D) is known color: Indigo. HEX triplet: 5C, 11 and 9D. RGB value is (92,17,157). Sum of RGB (Red+Green+Blue) = 92+17+157=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C119D is #A3EE62. Grayscale: #363636. Windows color (decimal): -10743395 or 10293596. OLE color: 10293596.

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

Color convert

RGB 92 17 157 -
CMYK 0.41 0.89 0 0.38
HSL 272.14º 0.8% 0.34% -
HSV(B) 272.14º 0.89% 0.62% -
XYZ 10.7 5.11 32.32 -
YUV 55.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 92 17 157 0.41 0.89 0 0.38 272.14 0.8 0.34
Hex 5C 11 9D 29 59 0 26 110 50 22
Octal 134 21 235 51 131 0 46 420 120 42
Binary 1011100 10001 10011101 101001 1011001 0 100110 100010000 1010000 100010

Color Harmonies of #5C119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C119D

Black with #5C119D

Text Example


Text Example

White with #5C119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,17,157); }

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

background-color css

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

 a { background-color: rgb(92,17,157); }

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

border-color css

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

 span { border-color: rgb(92,17,157); }

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