#4E0276

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

Shades of Indigo #4E0276

Tints of Indigo #4E0276

Color information

#4E0276 (or 0x4E0276) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 76. RGB value is (78,2,118). Sum of RGB (Red+Green+Blue) = 78+2+118=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E0276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0276 is #B1FD89. Grayscale: #252525. Windows color (decimal): -11664778 or 7733838. OLE color: 7733838.

HSL color Cylindrical-coordinate representation of color #4E0276: hue angle of 279.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0276 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB782118-
CMYK0.340.9800.54
HSL279.31º96.67%23.53%-
HSV(B)279.31º98.31%46.27%-
XYZ6.432.9717.37-
YUV37.95173.18156.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 118 (46.48% from 255) = 59.60%
R=39.39%
G=1.01%
B=59.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7821180.340.9800.54279.3196.6723.53
Hex4E27622620361176118
Octal11621664214206642714130
Binary100111010111011010001011000100110110100010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,118); }

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

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

 a { background-color: rgb(78,2,118); }

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

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

 span { border-color: rgb(78,2,118); }

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