Html Css Color HEX #4E198C Indigo

📋 copy color: '#4E198C'

red 78 ◦ green 25 ◦ blue 140

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

Shades of Indigo #4E198C

Tints of Indigo #4E198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

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

R = 32.1%
G = 10.29%
B = 57.61%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E198C (or 0x4E198C) is known color: Indigo. HEX triplet: 4E, 19 and 8C. RGB value is (78,25,140). Sum of RGB (Red+Green+Blue) = 78+25+140=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E198C is #B1E673. Grayscale: #353535. Windows color (decimal): -11658868 or 9181518. OLE color: 9181518.

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

Color convert

RGB 78 25 140 -
CMYK 0.44 0.82 0 0.45
HSL 267.65º 0.7% 0.32% -
HSV(B) 267.65º 0.82% 0.55% -
XYZ 8.22 4.21 25.19 -
YUV 53.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 78 25 140 0.44 0.82 0 0.45 267.65 0.7 0.32
Hex 4E 19 8C 2C 52 0 2D 10C 46 20
Octal 116 31 214 54 122 0 55 414 106 40
Binary 1001110 11001 10001100 101100 1010010 0 101101 100001100 1000110 100000

Color Harmonies of #4E198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E198C

Black with #4E198C

Text Example


Text Example

White with #4E198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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