Html Css Color HEX #5C197A Indigo

📋 copy color: '#5C197A'

red 92 ◦ green 25 ◦ blue 122

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

Shades of Indigo #5C197A

Tints of Indigo #5C197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 38.49%
G = 10.46%
B = 51.05%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C197A (or 0x5C197A) is known color: Indigo. HEX triplet: 5C, 19 and 7A. RGB value is (92,25,122). Sum of RGB (Red+Green+Blue) = 92+25+122=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197A is #A3E685. Grayscale: #373737. Windows color (decimal): -10741382 or 8001884. OLE color: 8001884.

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

Color convert

RGB 92 25 122 -
CMYK 0.25 0.80 0 0.52
HSL 281.44º 0.66% 0.29% -
HSV(B) 281.44º 0.8% 0.48% -
XYZ 8.27 4.38 18.82 -
YUV 56.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 92 25 122 0.25 0.80 0 0.52 281.44 0.66 0.29
Hex 5C 19 7A 19 50 0 34 119 42 1D
Octal 134 31 172 31 120 0 64 431 102 35
Binary 1011100 11001 1111010 11001 1010000 0 110100 100011001 1000010 11101

Color Harmonies of #5C197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C197A

Black with #5C197A

Text Example


Text Example

White with #5C197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,25,122); }

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

background-color css

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

 a { background-color: rgb(92,25,122); }

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

border-color css

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

 span { border-color: rgb(92,25,122); }

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