Html Css Color HEX #5C119E Indigo

📋 copy color: '#5C119E'

red 92 ◦ green 17 ◦ blue 158

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

Shades of Indigo #5C119E

Tints of Indigo #5C119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 34.46%
G = 6.37%
B = 59.18%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C119E (or 0x5C119E) is known color: Indigo. HEX triplet: 5C, 11 and 9E. RGB value is (92,17,158). Sum of RGB (Red+Green+Blue) = 92+17+158=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C119E is #A3EE61. Grayscale: #373737. Windows color (decimal): -10743394 or 10359132. OLE color: 10359132.

HSL color Cylindrical-coordinate representation of color #5C119E: hue angle of 271.91º degrees, saturation: 0.81, 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 #5C119E is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 17 158 -
CMYK 0.42 0.89 0 0.38
HSL 271.91º 0.81% 0.34% -
HSV(B) 271.91º 0.89% 0.62% -
XYZ 10.79 5.14 32.77 -
YUV 55.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 92 17 158 0.42 0.89 0 0.38 271.91 0.81 0.34
Hex 5C 11 9E 2A 59 0 26 110 51 22
Octal 134 21 236 52 131 0 46 420 121 42
Binary 1011100 10001 10011110 101010 1011001 0 100110 100010000 1010001 100010

Color Harmonies of #5C119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C119E

Black with #5C119E

Text Example


Text Example

White with #5C119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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