Html Css Color HEX #4E048D Indigo

📋 copy color: '#4E048D'

red 78 ◦ green 4 ◦ blue 141

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

Shades of Indigo #4E048D

Tints of Indigo #4E048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 34.98%
G = 1.79%
B = 63.23%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E048D (or 0x4E048D) is known color: Indigo. HEX triplet: 4E, 04 and 8D. RGB value is (78,4,141). Sum of RGB (Red+Green+Blue) = 78+4+141=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E048D is #B1FB72. Grayscale: #292929. Windows color (decimal): -11664243 or 9241678. OLE color: 9241678.

HSL color Cylindrical-coordinate representation of color #4E048D: hue angle of 272.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E048D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 4 141 -
CMYK 0.45 0.97 0 0.45
HSL 272.41º 0.94% 0.28% -
HSV(B) 272.41º 0.97% 0.55% -
XYZ 7.99 3.63 25.48 -
YUV 41.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 78 4 141 0.45 0.97 0 0.45 272.41 0.94 0.28
Hex 4E 4 8D 2D 61 0 2D 110 5E 1C
Octal 116 4 215 55 141 0 55 420 136 34
Binary 1001110 100 10001101 101101 1100001 0 101101 100010000 1011110 11100

Color Harmonies of #4E048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E048D

Black with #4E048D

Text Example


Text Example

White with #4E048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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