#4E0684

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

Shades of Indigo #4E0684

Tints of Indigo #4E0684

Color information

#4E0684 (or 0x4E0684) is unknown color: approx Indigo. HEX triplet: 4E, 06 and 84. RGB value is (78,6,132). Sum of RGB (Red+Green+Blue) = 78+6+132=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E0684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0684 is #B1F97B. Grayscale: #292929. Windows color (decimal): -11663740 or 8652366. OLE color: 8652366.

HSL color Cylindrical-coordinate representation of color #4E0684: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0684 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB786132-
CMYK0.410.9500.48
HSL274.29º91.3%27.06%-
HSV(B)274.29º95.45%51.76%-
XYZ7.373.4222.1-
YUV41.89178.85153.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 132 (51.95% from 255) = 61.11%
R=36.11%
G=2.78%
B=61.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7861320.410.9500.48274.2991.327.06
Hex4E684295F0301125b1b
Octal11662045113706042213333
Binary10011101101000010010100110111110110000100010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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