Html Css Color HEX #5E197C Indigo

📋 copy color: '#5E197C'

red 94 ◦ green 25 ◦ blue 124

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

Shades of Indigo #5E197C

Tints of Indigo #5E197C

RGB

 RED value IS 94 (37.11% from 255) = 38.68%

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

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 38.68%
G = 10.29%
B = 51.03%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E197C (or 0x5E197C) is known color: Indigo. HEX triplet: 5E, 19 and 7C. RGB value is (94,25,124). Sum of RGB (Red+Green+Blue) = 94+25+124=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E197C is #A1E683. Grayscale: #383838. Windows color (decimal): -10610308 or 8132958. OLE color: 8132958.

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

Color convert

RGB 94 25 124 -
CMYK 0.24 0.80 0 0.51
HSL 281.82º 0.66% 0.29% -
HSV(B) 281.82º 0.8% 0.49% -
XYZ 8.6 4.53 19.49 -
YUV 56.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 94 25 124 0.24 0.80 0 0.51 281.82 0.66 0.29
Hex 5E 19 7C 18 50 0 33 11A 42 1D
Octal 136 31 174 30 120 0 63 432 102 35
Binary 1011110 11001 1111100 11000 1010000 0 110011 100011010 1000010 11101

Color Harmonies of #5E197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E197C

Black with #5E197C

Text Example


Text Example

White with #5E197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,25,124); }

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

background-color css

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

 a { background-color: rgb(94,25,124); }

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

border-color css

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

 span { border-color: rgb(94,25,124); }

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