#4E0292

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

Shades of Indigo #4E0292

Tints of Indigo #4E0292

Color information

#4E0292 (or 0x4E0292) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 92. RGB value is (78,2,146). Sum of RGB (Red+Green+Blue) = 78+2+146=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0292 is #B1FD6D. Grayscale: #282828. Windows color (decimal): -11664750 or 9568846. OLE color: 9568846.

HSL color Cylindrical-coordinate representation of color #4E0292: hue angle of 271.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0292 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB782146-
CMYK0.470.9900.43
HSL271.67º97.3%29.02%-
HSV(B)271.67º98.63%57.25%-
XYZ8.353.7427.48-
YUV41.14187.18154.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=34.51%
G=0.88%
B=64.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7821460.470.9900.43271.6797.329.02
Hex4E2922F6302B110611d
Octal11622225714305342014135
Binary1001110101001001010111111000110101011100010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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