Html Css Color HEX #5E0973 Indigo

📋 copy color: '#5E0973'

red 94 ◦ green 9 ◦ blue 115

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

Shades of Indigo #5E0973

Tints of Indigo #5E0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 43.12%
G = 4.13%
B = 52.75%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0973 (or 0x5E0973) is known color: Indigo. HEX triplet: 5E, 09 and 73. RGB value is (94,9,115). Sum of RGB (Red+Green+Blue) = 94+9+115=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0973 is #A1F68C. Grayscale: #2E2E2E. Windows color (decimal): -10614413 or 7539038. OLE color: 7539038.

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

Color convert

RGB 94 9 115 -
CMYK 0.18 0.92 0 0.55
HSL 288.11º 0.85% 0.24% -
HSV(B) 288.11º 0.92% 0.45% -
XYZ 7.81 3.81 16.54 -
YUV 46.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 94 9 115 0.18 0.92 0 0.55 288.11 0.85 0.24
Hex 5E 9 73 12 5C 0 37 120 55 18
Octal 136 11 163 22 134 0 67 440 125 30
Binary 1011110 1001 1110011 10010 1011100 0 110111 100100000 1010101 11000

Color Harmonies of #5E0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0973

Black with #5E0973

Text Example


Text Example

White with #5E0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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