Html Css Color HEX #5E1071 Indigo

📋 copy color: '#5E1071'

red 94 ◦ green 16 ◦ blue 113

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

Shades of Indigo #5E1071

Tints of Indigo #5E1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 42.15%
G = 7.17%
B = 50.67%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E1071 (or 0x5E1071) is known color: Indigo. HEX triplet: 5E, 10 and 71. RGB value is (94,16,113). Sum of RGB (Red+Green+Blue) = 94+16+113=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E1071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1071 is #A1EF8E. Grayscale: #323232. Windows color (decimal): -10612623 or 7409758. OLE color: 7409758.

HSL color Cylindrical-coordinate representation of color #5E1071: hue angle of 288.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1071 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 16 113 -
CMYK 0.17 0.86 0 0.56
HSL 288.25º 0.75% 0.25% -
HSV(B) 288.25º 0.86% 0.44% -
XYZ 7.78 3.94 15.97 -
YUV 50.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 94 16 113 0.17 0.86 0 0.56 288.25 0.75 0.25
Hex 5E 10 71 11 56 0 38 120 4B 19
Octal 136 20 161 21 126 0 70 440 113 31
Binary 1011110 10000 1110001 10001 1010110 0 111000 100100000 1001011 11001

Color Harmonies of #5E1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1071

Black with #5E1071

Text Example


Text Example

White with #5E1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,113); }

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

background-color css

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

 a { background-color: rgb(94,16,113); }

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

border-color css

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

 span { border-color: rgb(94,16,113); }

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