#4E0F81

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

Shades of Indigo #4E0F81

Tints of Indigo #4E0F81

Color information

#4E0F81 (or 0x4E0F81) is unknown color: approx Indigo. HEX triplet: 4E, 0F and 81. RGB value is (78,15,129). Sum of RGB (Red+Green+Blue) = 78+15+129=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E0F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0F81 is #B1F07E. Grayscale: #2E2E2E. Windows color (decimal): -11661439 or 8458062. OLE color: 8458062.

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

Color convert

RGB7815129-
CMYK0.400.8800.49
HSL273.16º79.17%28.24%-
HSV(B)273.16º88.37%50.59%-
XYZ7.283.5521.07-
YUV46.83174.37150.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 15 (6.25% from 255) = 6.76%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=35.14%
G=6.76%
B=58.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78151290.400.8800.49273.1679.1728.24
Hex4EF8128580311114f1c
Octal116172015013006142111734
Binary100111011111000000110100010110000110001100010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,129); }

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

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

 a { background-color: rgb(78,15,129); }

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

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

 span { border-color: rgb(78,15,129); }

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