Html Css Color HEX #5E049E Indigo

📋 copy color: '#5E049E'

red 94 ◦ green 4 ◦ blue 158

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

Shades of Indigo #5E049E

Tints of Indigo #5E049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 36.72%
G = 1.56%
B = 61.72%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E049E (or 0x5E049E) is known color: Indigo. HEX triplet: 5E, 04 and 9E. RGB value is (94,4,158). Sum of RGB (Red+Green+Blue) = 94+4+158=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E049E is #A1FB61. Grayscale: #2F2F2F. Windows color (decimal): -10615650 or 10355806. OLE color: 10355806.

HSL color Cylindrical-coordinate representation of color #5E049E: hue angle of 275.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E049E is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 4 158 -
CMYK 0.41 0.97 0 0.38
HSL 275.06º 0.95% 0.32% -
HSV(B) 275.06º 0.97% 0.62% -
XYZ 10.83 4.94 32.73 -
YUV 48.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 94 4 158 0.41 0.97 0 0.38 275.06 0.95 0.32
Hex 5E 4 9E 29 61 0 26 113 5F 20
Octal 136 4 236 51 141 0 46 423 137 40
Binary 1011110 100 10011110 101001 1100001 0 100110 100010011 1011111 100000

Color Harmonies of #5E049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E049E

Black with #5E049E

Text Example


Text Example

White with #5E049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,4,158); }

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

background-color css

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

 a { background-color: rgb(94,4,158); }

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

border-color css

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

 span { border-color: rgb(94,4,158); }

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