#4E138A

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

Shades of Indigo #4E138A

Tints of Indigo #4E138A

Color information

#4E138A (or 0x4E138A) is unknown color: approx Indigo. HEX triplet: 4E, 13 and 8A. RGB value is (78,19,138). Sum of RGB (Red+Green+Blue) = 78+19+138=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E138A is #B1EC75. Grayscale: #313131. Windows color (decimal): -11660406 or 9048910. OLE color: 9048910.

HSL color Cylindrical-coordinate representation of color #4E138A: hue angle of 269.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E138A is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7819138-
CMYK0.430.8600.46
HSL269.75º75.8%30.78%-
HSV(B)269.75º86.23%54.12%-
XYZ7.963.9224.38-
YUV50.21177.55147.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=33.19%
G=8.09%
B=58.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78191380.430.8600.46269.7575.830.78
Hex4E138A2B5602E10e4c1f
Octal116232125312605641611437
Binary1001110100111000101010101110101100101110100001110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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