Html Css Color HEX #4E018A Indigo

📋 copy color: '#4E018A'

red 78 ◦ green 1 ◦ blue 138

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

Shades of Indigo #4E018A

Tints of Indigo #4E018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.59%

R = 35.94%
G = 0.46%
B = 63.59%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4E018A (or 0x4E018A) is known color: Indigo. HEX triplet: 4E, 01 and 8A. RGB value is (78,1,138). Sum of RGB (Red+Green+Blue) = 78+1+138=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E018A is #B1FE75. Grayscale: #272727. Windows color (decimal): -11665014 or 9044302. OLE color: 9044302.

HSL color Cylindrical-coordinate representation of color #4E018A: hue angle of 273.72º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E018A is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 1 138 -
CMYK 0.43 0.99 0 0.46
HSL 273.72º 0.99% 0.27% -
HSV(B) 273.72º 0.99% 0.54% -
XYZ 7.74 3.48 24.31 -
YUV 39.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 78 1 138 0.43 0.99 0 0.46 273.72 0.99 0.27
Hex 4E 1 8A 2B 63 0 2E 112 63 1B
Octal 116 1 212 53 143 0 56 422 143 33
Binary 1001110 1 10001010 101011 1100011 0 101110 100010010 1100011 11011

Color Harmonies of #4E018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E018A

Black with #4E018A

Text Example


Text Example

White with #4E018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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