#4E01A5

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

Shades of Indigo #4E01A5

Tints of Indigo #4E01A5

Color information

#4E01A5 (or 0x4E01A5) is unknown color: approx Indigo. HEX triplet: 4E, 01 and A5. RGB value is (78,1,165). Sum of RGB (Red+Green+Blue) = 78+1+165=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #4E01A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E01A5 is #B1FE5A. Grayscale: #2A2A2A. Windows color (decimal): -11664987 or 10813774. OLE color: 10813774.

HSL color Cylindrical-coordinate representation of color #4E01A5: hue angle of 268.17º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E01A5 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB781165-
CMYK0.530.9900.35
HSL268.17º98.8%32.55%-
HSV(B)268.17º99.39%64.71%-
XYZ9.944.3635.91-
YUV42.72197.01153.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 165 (64.84% from 255) = 67.62%
R=31.97%
G=0.41%
B=67.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7811650.530.9900.35268.1798.832.55
Hex4E1A5356302310c6321
Octal11612456514304341414341
Binary1001110110100101110101110001101000111000011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E01A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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