#4e098d

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

Shades of Indigo #4E098D

Tints of Indigo #4E098D

Color information

#4E098D (or 0x4E098D) is unknown color: approx Indigo. HEX triplet: 4E, 09 and 8D. RGB value is (78,9,141). Sum of RGB (Red+Green+Blue) = 78+9+141=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E098D is #B1F672. Grayscale: #2C2C2C. Windows color (decimal): -11662963 or 9242958. OLE color: 9242958.

HSL color Cylindrical-coordinate representation of color #4E098D: hue angle of 271.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E098D is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB789141-
CMYK0.450.9400.45
HSL271.36º88%29.41%-
HSV(B)271.36º93.62%55.29%-
XYZ8.053.7425.5-
YUV44.68182.36151.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=34.21%
G=3.95%
B=61.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7891410.450.9400.45271.368829.41
Hex4E98D2D5E02D10f581d
Octal116112155513605541713035
Binary100111010011000110110110110111100101101100001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e098d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,141); }

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

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

 a { background-color: rgb(78,9,141); }

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

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

 span { border-color: rgb(78,9,141); }

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