Html Css Color HEX #5E0971 Indigo

📋 copy color: '#5E0971'

red 94 ◦ green 9 ◦ blue 113

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

Shades of Indigo #5E0971

Tints of Indigo #5E0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 43.52%
G = 4.17%
B = 52.31%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E0971 (or 0x5E0971) is known color: Indigo. HEX triplet: 5E, 09 and 71. RGB value is (94,9,113). Sum of RGB (Red+Green+Blue) = 94+9+113=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E0971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0971 is #A1F68E. Grayscale: #2D2D2D. Windows color (decimal): -10614415 or 7407966. OLE color: 7407966.

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

Color convert

RGB 94 9 113 -
CMYK 0.17 0.92 0 0.56
HSL 289.04º 0.85% 0.24% -
HSV(B) 289.04º 0.92% 0.44% -
XYZ 7.69 3.77 15.94 -
YUV 46.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 94 9 113 0.17 0.92 0 0.56 289.04 0.85 0.24
Hex 5E 9 71 11 5C 0 38 121 55 18
Octal 136 11 161 21 134 0 70 441 125 30
Binary 1011110 1001 1110001 10001 1011100 0 111000 100100001 1010101 11000

Color Harmonies of #5E0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0971

Black with #5E0971

Text Example


Text Example

White with #5E0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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