Html Css Color HEX #4E028C Indigo

📋 copy color: '#4E028C'

red 78 ◦ green 2 ◦ blue 140

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

Shades of Indigo #4E028C

Tints of Indigo #4E028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 140 (55.08% from 255) = 63.64%

R = 35.45%
G = 0.91%
B = 63.64%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E028C (or 0x4E028C) is known color: Indigo. HEX triplet: 4E, 02 and 8C. RGB value is (78,2,140). Sum of RGB (Red+Green+Blue) = 78+2+140=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E028C is #B1FD73. Grayscale: #272727. Windows color (decimal): -11664756 or 9175630. OLE color: 9175630.

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

Color convert

RGB 78 2 140 -
CMYK 0.44 0.99 0 0.45
HSL 273.04º 0.97% 0.28% -
HSV(B) 273.04º 0.99% 0.55% -
XYZ 7.9 3.56 25.08 -
YUV 40.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 78 2 140 0.44 0.99 0 0.45 273.04 0.97 0.28
Hex 4E 2 8C 2C 63 0 2D 111 61 1C
Octal 116 2 214 54 143 0 55 421 141 34
Binary 1001110 10 10001100 101100 1100011 0 101101 100010001 1100001 11100

Color Harmonies of #4E028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E028C

Black with #4E028C

Text Example


Text Example

White with #4E028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,140); }

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

background-color css

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

 a { background-color: rgb(78,2,140); }

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

border-color css

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

 span { border-color: rgb(78,2,140); }

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