#4e0a9d

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

Shades of Indigo #4E0A9D

Tints of Indigo #4E0A9D

Color information

#4E0A9D (or 0x4E0A9D) is unknown color: approx Indigo. HEX triplet: 4E, 0A and 9D. RGB value is (78,10,157). Sum of RGB (Red+Green+Blue) = 78+10+157=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0A9D is #B1F562. Grayscale: #2E2E2E. Windows color (decimal): -11662691 or 10291790. OLE color: 10291790.

HSL color Cylindrical-coordinate representation of color #4E0A9D: hue angle of 267.76º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0A9D is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7810157-
CMYK0.500.9400.38
HSL267.76º88.02%32.75%-
HSV(B)267.76º93.63%61.57%-
XYZ9.344.2732.23-
YUV47.09190.03150.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.84%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 157 (61.72% from 255) = 64.08%
R=31.84%
G=4.08%
B=64.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78101570.500.9400.38267.7688.0232.75
Hex4EA9D325E02610c5821
Octal116122356213604641413041
Binary1001110101010011101110010101111001001101000011001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e0a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,10,157); }

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

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

 a { background-color: rgb(78,10,157); }

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

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

 span { border-color: rgb(78,10,157); }

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