Html Css Color HEX #4E028B Indigo

📋 copy color: '#4E028B'

red 78 ◦ green 2 ◦ blue 139

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

Shades of Indigo #4E028B

Tints of Indigo #4E028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.47%

R = 35.62%
G = 0.91%
B = 63.47%

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

#4E028B (or 0x4E028B) is known color: Indigo. HEX triplet: 4E, 02 and 8B. RGB value is (78,2,139). Sum of RGB (Red+Green+Blue) = 78+2+139=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E028B is #B1FD74. Grayscale: #272727. Windows color (decimal): -11664757 or 9110094. OLE color: 9110094.

HSL color Cylindrical-coordinate representation of color #4E028B: hue angle of 273.28º 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 #4E028B is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 2 139 -
CMYK 0.44 0.99 0 0.45
HSL 273.28º 0.97% 0.28% -
HSV(B) 273.28º 0.99% 0.55% -
XYZ 7.82 3.53 24.69 -
YUV 40.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 78 2 139 0.44 0.99 0 0.45 273.28 0.97 0.28
Hex 4E 2 8B 2C 63 0 2D 111 61 1C
Octal 116 2 213 54 143 0 55 421 141 34
Binary 1001110 10 10001011 101100 1100011 0 101101 100010001 1100001 11100

Color Harmonies of #4E028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E028B

Black with #4E028B

Text Example


Text Example

White with #4E028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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