#4E0492

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

Shades of Indigo #4E0492

Tints of Indigo #4E0492

Color information

#4E0492 (or 0x4E0492) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 92. RGB value is (78,4,146). Sum of RGB (Red+Green+Blue) = 78+4+146=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0492 is #B1FB6D. Grayscale: #292929. Windows color (decimal): -11664238 or 9569358. OLE color: 9569358.

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

Color convert

RGB784146-
CMYK0.470.9700.43
HSL271.27º94.67%29.41%-
HSV(B)271.27º97.26%57.25%-
XYZ8.373.7827.48-
YUV42.31186.52153.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=34.21%
G=1.75%
B=64.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7841460.470.9700.43271.2794.6729.41
Hex4E4922F6102B10f5f1d
Octal11642225714105341713735
Binary10011101001001001010111111000010101011100001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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