Html Css Color HEX #5C197E Indigo

📋 copy color: '#5C197E'

red 92 ◦ green 25 ◦ blue 126

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

Shades of Indigo #5C197E

Tints of Indigo #5C197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 37.86%
G = 10.29%
B = 51.85%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C197E (or 0x5C197E) is known color: Indigo. HEX triplet: 5C, 19 and 7E. RGB value is (92,25,126). Sum of RGB (Red+Green+Blue) = 92+25+126=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197E is #A3E681. Grayscale: #383838. Windows color (decimal): -10741378 or 8264028. OLE color: 8264028.

HSL color Cylindrical-coordinate representation of color #5C197E: hue angle of 279.8º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C197E is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 25 126 -
CMYK 0.27 0.80 0 0.51
HSL 279.8º 0.67% 0.3% -
HSV(B) 279.8º 0.8% 0.49% -
XYZ 8.53 4.48 20.15 -
YUV 56.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 92 25 126 0.27 0.80 0 0.51 279.8 0.67 0.3
Hex 5C 19 7E 1B 50 0 33 118 43 1E
Octal 134 31 176 33 120 0 63 430 103 36
Binary 1011100 11001 1111110 11011 1010000 0 110011 100011000 1000011 11110

Color Harmonies of #5C197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C197E

Black with #5C197E

Text Example


Text Example

White with #5C197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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