Html Css Color HEX #4E0D80 Indigo

📋 copy color: '#4E0D80'

red 78 ◦ green 13 ◦ blue 128

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

Shades of Indigo #4E0D80

Tints of Indigo #4E0D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 35.62%
G = 5.94%
B = 58.45%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E0D80 (or 0x4E0D80) is known color: Indigo. HEX triplet: 4E, 0D and 80. RGB value is (78,13,128). Sum of RGB (Red+Green+Blue) = 78+13+128=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E0D80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0D80 is #B1F27F. Grayscale: #2D2D2D. Windows color (decimal): -11661952 or 8392014. OLE color: 8392014.

HSL color Cylindrical-coordinate representation of color #4E0D80: hue angle of 273.91º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0D80 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 13 128 -
CMYK 0.39 0.90 0 0.50
HSL 273.91º 0.82% 0.28% -
HSV(B) 273.91º 0.9% 0.5% -
XYZ 7.18 3.47 20.71 -
YUV 45.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 78 13 128 0.39 0.90 0 0.50 273.91 0.82 0.28
Hex 4E D 80 27 5A 0 32 112 52 1C
Octal 116 15 200 47 132 0 62 422 122 34
Binary 1001110 1101 10000000 100111 1011010 0 110010 100010010 1010010 11100

Color Harmonies of #4E0D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D80

Black with #4E0D80

Text Example


Text Example

White with #4E0D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,13,128); }

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

background-color css

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

 a { background-color: rgb(78,13,128); }

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

border-color css

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

 span { border-color: rgb(78,13,128); }

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