Html Css Color HEX #5E049D Indigo

📋 copy color: '#5E049D'

red 94 ◦ green 4 ◦ blue 157

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

Shades of Indigo #5E049D

Tints of Indigo #5E049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.57%

R = 36.86%
G = 1.57%
B = 61.57%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E049D (or 0x5E049D) is known color: Indigo. HEX triplet: 5E, 04 and 9D. RGB value is (94,4,157). Sum of RGB (Red+Green+Blue) = 94+4+157=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E049D is #A1FB62. Grayscale: #2F2F2F. Windows color (decimal): -10615651 or 10290270. OLE color: 10290270.

HSL color Cylindrical-coordinate representation of color #5E049D: hue angle of 275.29º 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 #5E049D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 4 157 -
CMYK 0.40 0.97 0 0.38
HSL 275.29º 0.95% 0.32% -
HSV(B) 275.29º 0.97% 0.62% -
XYZ 10.75 4.9 32.28 -
YUV 48.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 94 4 157 0.40 0.97 0 0.38 275.29 0.95 0.32
Hex 5E 4 9D 28 61 0 26 113 5F 20
Octal 136 4 235 50 141 0 46 423 137 40
Binary 1011110 100 10011101 101000 1100001 0 100110 100010011 1011111 100000

Color Harmonies of #5E049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E049D

Black with #5E049D

Text Example


Text Example

White with #5E049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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