#4E0082

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

Shades of Indigo #4E0082

Tints of Indigo #4E0082

Color information

#4E0082 (or 0x4E0082) is unknown color: approx Indigo. HEX triplet: 4E, 00 and 82. RGB value is (78,0,130). Sum of RGB (Red+Green+Blue) = 78+0+130=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0082 is #B1FF7D. Grayscale: #252525. Windows color (decimal): -11665278 or 8519758. OLE color: 8519758.

HSL color Cylindrical-coordinate representation of color #4E0082: hue angle of 276º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0082 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB780130-
CMYK0.40100.49
HSL276º100%25.49%-
HSV(B)276º100%50.98%-
XYZ7.173.2321.36-
YUV38.14179.84156.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7801300.40100.4927610025.49
Hex4E08228640311146419
Octal11602025014406142414431
Binary100111001000001010100011001000110001100010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,0,130); }

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

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

 a { background-color: rgb(78,0,130); }

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

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

 span { border-color: rgb(78,0,130); }

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