Html Css Color HEX #4E037D Indigo

📋 copy color: '#4E037D'

red 78 ◦ green 3 ◦ blue 125

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

Shades of Indigo #4E037D

Tints of Indigo #4E037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 37.86%
G = 1.46%
B = 60.68%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E037D (or 0x4E037D) is known color: Indigo. HEX triplet: 4E, 03 and 7D. RGB value is (78,3,125). Sum of RGB (Red+Green+Blue) = 78+3+125=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E037D is #B1FC82. Grayscale: #262626. Windows color (decimal): -11664515 or 8192846. OLE color: 8192846.

HSL color Cylindrical-coordinate representation of color #4E037D: hue angle of 276.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E037D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 3 125 -
CMYK 0.38 0.98 0 0.51
HSL 276.89º 0.95% 0.25% -
HSV(B) 276.89º 0.98% 0.49% -
XYZ 6.88 3.17 19.65 -
YUV 39.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 78 3 125 0.38 0.98 0 0.51 276.89 0.95 0.25
Hex 4E 3 7D 26 62 0 33 115 5F 19
Octal 116 3 175 46 142 0 63 425 137 31
Binary 1001110 11 1111101 100110 1100010 0 110011 100010101 1011111 11001

Color Harmonies of #4E037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E037D

Black with #4E037D

Text Example


Text Example

White with #4E037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,3,125); }

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

background-color css

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

 a { background-color: rgb(78,3,125); }

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

border-color css

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

 span { border-color: rgb(78,3,125); }

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