Html Css Color HEX #4E168E Indigo

📋 copy color: '#4E168E'

red 78 ◦ green 22 ◦ blue 142

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

Shades of Indigo #4E168E

Tints of Indigo #4E168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 32.23%
G = 9.09%
B = 58.68%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E168E (or 0x4E168E) is known color: Indigo. HEX triplet: 4E, 16 and 8E. RGB value is (78,22,142). Sum of RGB (Red+Green+Blue) = 78+22+142=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E168E is #B1E971. Grayscale: #333333. Windows color (decimal): -11659634 or 9311822. OLE color: 9311822.

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

Color convert

RGB 78 22 142 -
CMYK 0.45 0.85 0 0.44
HSL 268º 0.73% 0.32% -
HSV(B) 268º 0.85% 0.56% -
XYZ 8.31 4.15 25.95 -
YUV 52.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 78 22 142 0.45 0.85 0 0.44 268 0.73 0.32
Hex 4E 16 8E 2D 55 0 2C 10C 49 20
Octal 116 26 216 55 125 0 54 414 111 40
Binary 1001110 10110 10001110 101101 1010101 0 101100 100001100 1001001 100000

Color Harmonies of #4E168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E168E

Black with #4E168E

Text Example


Text Example

White with #4E168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,22,142); }

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

background-color css

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

 a { background-color: rgb(78,22,142); }

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

border-color css

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

 span { border-color: rgb(78,22,142); }

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