#4E05B0

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

Shades of Indigo #4E05B0

Tints of Indigo #4E05B0

Color information

#4E05B0 (or 0x4E05B0) is unknown color: approx Indigo. HEX triplet: 4E, 05 and B0. RGB value is (78,5,176). Sum of RGB (Red+Green+Blue) = 78+5+176=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #4E05B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E05B0 is #B1FA4F. Grayscale: #2D2D2D. Windows color (decimal): -11663952 or 11535694. OLE color: 11535694.

HSL color Cylindrical-coordinate representation of color #4E05B0: hue angle of 265.61º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E05B0 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB785176-
CMYK0.560.9700.31
HSL265.61º94.48%35.49%-
HSV(B)265.61º97.16%69.02%-
XYZ11.034.8641.43-
YUV46.32201.18150.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 176 (69.14% from 255) = 67.95%
R=30.12%
G=1.93%
B=67.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7851760.560.9700.31265.6194.4835.49
Hex4E5B0386101F10a5e23
Octal11652607014103741213643
Binary10011101011011000011100011000010111111000010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E05B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,5,176); }

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

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

 a { background-color: rgb(78,5,176); }

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

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

 span { border-color: rgb(78,5,176); }

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