#4E066C

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

Shades of Indigo #4E066C

Tints of Indigo #4E066C

Color information

#4E066C (or 0x4E066C) is unknown color: approx Indigo. HEX triplet: 4E, 06 and 6C. RGB value is (78,6,108). Sum of RGB (Red+Green+Blue) = 78+6+108=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E066C is #B1F993. Grayscale: #262626. Windows color (decimal): -11663764 or 7079502. OLE color: 7079502.

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

Color convert

RGB786108-
CMYK0.280.9400.58
HSL282.35º89.47%22.35%-
HSV(B)282.35º94.44%42.35%-
XYZ5.912.8314.42-
YUV39.16166.85155.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=40.62%
G=3.12%
B=56.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7861080.280.9400.58282.3589.4722.35
Hex4E66C1C5E03A11a5916
Octal11661543413607243213126
Binary100111011011011001110010111100111010100011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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