#4E046B

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

Shades of Indigo #4E046B

Tints of Indigo #4E046B

Color information

#4E046B (or 0x4E046B) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 6B. RGB value is (78,4,107). Sum of RGB (Red+Green+Blue) = 78+4+107=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E046B is #B1FB94. Grayscale: #252525. Windows color (decimal): -11664277 or 7013454. OLE color: 7013454.

HSL color Cylindrical-coordinate representation of color #4E046B: hue angle of 283.11º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E046B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB784107-
CMYK0.270.9600.58
HSL283.11º92.79%21.76%-
HSV(B)283.11º96.26%41.96%-
XYZ5.842.7714.14-
YUV37.87167.02156.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=41.27%
G=2.12%
B=56.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7841070.270.9600.58283.1192.7921.76
Hex4E46B1B6003A11b5d16
Octal11641533314007243313526
Binary100111010011010111101111000000111010100011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,107); }

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

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

 a { background-color: rgb(78,4,107); }

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

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

 span { border-color: rgb(78,4,107); }

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