#4E139F

Color #4E139F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4E139F

Tints of Indigo #4E139F

Color information

#4E139F (or 0x4E139F) is unknown color: approx Indigo. HEX triplet: 4E, 13 and 9F. RGB value is (78,19,159). Sum of RGB (Red+Green+Blue) = 78+19+159=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E139F is #B1EC60. Grayscale: #343434. Windows color (decimal): -11660385 or 10425166. OLE color: 10425166.

HSL color Cylindrical-coordinate representation of color #4E139F: hue angle of 265.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E139F is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7819159-
CMYK0.510.8800.38
HSL265.29º78.65%34.9%-
HSV(B)265.29º88.05%62.35%-
XYZ9.634.5933.18-
YUV52.6188.05146.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.47%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 159 (62.5% from 255) = 62.11%
R=30.47%
G=7.42%
B=62.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78191590.510.8800.38265.2978.6534.9
Hex4E139F33580261094f23
Octal116232376313004641111743
Binary10011101001110011111110011101100001001101000010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,159); }

 H1.HeaderClassName
 {
   color: #4E139F;
 }
 .AnyTagClassName
 {
   color: #4E139F;
 }
</style>
background-color css

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

 a { background-color: rgb(78,19,159); }

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

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

 span { border-color: rgb(78,19,159); }

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