Html Css Color HEX #5E197E Indigo

📋 copy color: '#5E197E'

red 94 ◦ green 25 ◦ blue 126

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

Shades of Indigo #5E197E

Tints of Indigo #5E197E

RGB

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

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

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

R = 38.37%
G = 10.2%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E197E (or 0x5E197E) is known color: Indigo. HEX triplet: 5E, 19 and 7E. RGB value is (94,25,126). Sum of RGB (Red+Green+Blue) = 94+25+126=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E197E is #A1E681. Grayscale: #383838. Windows color (decimal): -10610306 or 8264030. OLE color: 8264030.

HSL color Cylindrical-coordinate representation of color #5E197E: hue angle of 280.99º 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 #5E197E is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 25 126 -
CMYK 0.25 0.80 0 0.51
HSL 280.99º 0.67% 0.3% -
HSV(B) 280.99º 0.8% 0.49% -
XYZ 8.73 4.58 20.16 -
YUV 57.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 94 25 126 0.25 0.80 0 0.51 280.99 0.67 0.3
Hex 5E 19 7E 19 50 0 33 119 43 1E
Octal 136 31 176 31 120 0 63 431 103 36
Binary 1011110 11001 1111110 11001 1010000 0 110011 100011001 1000011 11110

Color Harmonies of #5E197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E197E

Black with #5E197E

Text Example


Text Example

White with #5E197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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