Html Css Color HEX #4E049F Indigo

📋 copy color: '#4E049F'

red 78 ◦ green 4 ◦ blue 159

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

Shades of Indigo #4E049F

Tints of Indigo #4E049F

RGB

 RED value IS 78 (30.86% from 255) = 32.37%

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

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 32.37%
G = 1.66%
B = 65.98%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E049F (or 0x4E049F) is known color: Indigo. HEX triplet: 4E, 04 and 9F. RGB value is (78,4,159). Sum of RGB (Red+Green+Blue) = 78+4+159=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E049F is #B1FB60. Grayscale: #2B2B2B. Windows color (decimal): -11664225 or 10421326. OLE color: 10421326.

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

Color convert

RGB 78 4 159 -
CMYK 0.51 0.97 0 0.38
HSL 268.65º 0.95% 0.32% -
HSV(B) 268.65º 0.97% 0.62% -
XYZ 9.44 4.21 33.12 -
YUV 43.8 193.02 152.4 -
System Red Green Blue C M Y K H S L
Decimal 78 4 159 0.51 0.97 0 0.38 268.65 0.95 0.32
Hex 4E 4 9F 33 61 0 26 10D 5F 20
Octal 116 4 237 63 141 0 46 415 137 40
Binary 1001110 100 10011111 110011 1100001 0 100110 100001101 1011111 100000

Color Harmonies of #4E049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E049F

Black with #4E049F

Text Example


Text Example

White with #4E049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E049F; }

 p { color: rgb(78,4,159); }

 H1.HeaderClassName
 {
   color: #4E049F;
 }
 .AnyTagClassName
 {
   color: #4E049F;
 }
</style>

background-color css

<style>
 a { background-color: #4E049F; }

 a { background-color: rgb(78,4,159); }

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

border-color css

<style>
 span { border-color: #4E049F; }

 span { border-color: rgb(78,4,159); }

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