Html Css Color HEX #5E047F Indigo

📋 copy color: '#5E047F'

red 94 ◦ green 4 ◦ blue 127

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

Shades of Indigo #5E047F

Tints of Indigo #5E047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.44%

R = 41.78%
G = 1.78%
B = 56.44%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E047F (or 0x5E047F) is known color: Indigo. HEX triplet: 5E, 04 and 7F. RGB value is (94,4,127). Sum of RGB (Red+Green+Blue) = 94+4+127=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E047F is #A1FB80. Grayscale: #2C2C2C. Windows color (decimal): -10615681 or 8324190. OLE color: 8324190.

HSL color Cylindrical-coordinate representation of color #5E047F: hue angle of 283.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E047F is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 4 127 -
CMYK 0.26 0.97 0 0.50
HSL 283.9º 0.94% 0.26% -
HSV(B) 283.9º 0.97% 0.5% -
XYZ 8.49 4 20.4 -
YUV 44.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 94 4 127 0.26 0.97 0 0.50 283.9 0.94 0.26
Hex 5E 4 7F 1A 61 0 32 11C 5E 1A
Octal 136 4 177 32 141 0 62 434 136 32
Binary 1011110 100 1111111 11010 1100001 0 110010 100011100 1011110 11010

Color Harmonies of #5E047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E047F

Black with #5E047F

Text Example


Text Example

White with #5E047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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