#4E069F

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

Shades of Indigo #4E069F

Tints of Indigo #4E069F

Color information

#4E069F (or 0x4E069F) is unknown color: approx Indigo. HEX triplet: 4E, 06 and 9F. RGB value is (78,6,159). Sum of RGB (Red+Green+Blue) = 78+6+159=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E069F is #B1F960. Grayscale: #2C2C2C. Windows color (decimal): -11663713 or 10421838. OLE color: 10421838.

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

Color convert

RGB786159-
CMYK0.510.9600.38
HSL268.24º92.73%32.35%-
HSV(B)268.24º96.23%62.35%-
XYZ9.474.2533.12-
YUV44.97192.35151.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=32.10%
G=2.47%
B=65.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7861590.510.9600.38268.2492.7332.35
Hex4E69F336002610c5d20
Octal11662376314004641413540
Binary100111011010011111110011110000001001101000011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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