#4E0785

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

Shades of Indigo #4E0785

Tints of Indigo #4E0785

Color information

#4E0785 (or 0x4E0785) is unknown color: approx Indigo. HEX triplet: 4E, 07 and 85. RGB value is (78,7,133). Sum of RGB (Red+Green+Blue) = 78+7+133=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E0785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0785 is #B1F87A. Grayscale: #2A2A2A. Windows color (decimal): -11663483 or 8718158. OLE color: 8718158.

HSL color Cylindrical-coordinate representation of color #4E0785: hue angle of 273.81º degrees, saturation: 0.9, 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 #4E0785 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB787133-
CMYK0.410.9500.48
HSL273.81º90%27.45%-
HSV(B)273.81º94.74%52.16%-
XYZ7.453.4722.47-
YUV42.59179.02153.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 133 (52.34% from 255) = 61.01%
R=35.78%
G=3.21%
B=61.01%

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
Decimal7871330.410.9500.48273.819027.45
Hex4E785295F0301125a1b
Octal11672055113706042213233
Binary10011101111000010110100110111110110000100010010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,133); }

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

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

 a { background-color: rgb(78,7,133); }

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

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

 span { border-color: rgb(78,7,133); }

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