#4E0192

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

Shades of Indigo #4E0192

Tints of Indigo #4E0192

Color information

#4E0192 (or 0x4E0192) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 92. RGB value is (78,1,146). Sum of RGB (Red+Green+Blue) = 78+1+146=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0192 is #B1FE6D. Grayscale: #282828. Windows color (decimal): -11665006 or 9568590. OLE color: 9568590.

HSL color Cylindrical-coordinate representation of color #4E0192: hue angle of 271.86º degrees, saturation: 0.99, 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 #4E0192 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB781146-
CMYK0.470.9900.43
HSL271.86º98.64%28.82%-
HSV(B)271.86º99.32%57.25%-
XYZ8.343.7227.47-
YUV40.55187.51154.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=34.67%
G=0.44%
B=64.89%

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
Decimal7811460.470.9900.43271.8698.6428.82
Hex4E1922F6302B110631d
Octal11612225714305342014335
Binary100111011001001010111111000110101011100010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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