Html Css Color HEX #4E018F Indigo

📋 copy color: '#4E018F'

red 78 ◦ green 1 ◦ blue 143

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

Shades of Indigo #4E018F

Tints of Indigo #4E018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 143 (56.25% from 255) = 64.41%

R = 35.14%
G = 0.45%
B = 64.41%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E018F (or 0x4E018F) is known color: Indigo. HEX triplet: 4E, 01 and 8F. RGB value is (78,1,143). Sum of RGB (Red+Green+Blue) = 78+1+143=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #4E018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E018F is #B1FE70. Grayscale: #272727. Windows color (decimal): -11665009 or 9371982. OLE color: 9371982.

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

Color convert

RGB 78 1 143 -
CMYK 0.45 0.99 0 0.44
HSL 272.54º 0.99% 0.28% -
HSV(B) 272.54º 0.99% 0.56% -
XYZ 8.11 3.62 26.26 -
YUV 40.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 78 1 143 0.45 0.99 0 0.44 272.54 0.99 0.28
Hex 4E 1 8F 2D 63 0 2C 111 63 1C
Octal 116 1 217 55 143 0 54 421 143 34
Binary 1001110 1 10001111 101101 1100011 0 101100 100010001 1100011 11100

Color Harmonies of #4E018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E018F

Black with #4E018F

Text Example


Text Example

White with #4E018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,143); }

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

background-color css

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

 a { background-color: rgb(78,1,143); }

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

border-color css

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

 span { border-color: rgb(78,1,143); }

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