#4E058B

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

Shades of Indigo #4E058B

Tints of Indigo #4E058B

Color information

#4E058B (or 0x4E058B) is unknown color: approx Indigo. HEX triplet: 4E, 05 and 8B. RGB value is (78,5,139). Sum of RGB (Red+Green+Blue) = 78+5+139=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E058B is #B1FA74. Grayscale: #292929. Windows color (decimal): -11663989 or 9110862. OLE color: 9110862.

HSL color Cylindrical-coordinate representation of color #4E058B: hue angle of 272.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E058B is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB785139-
CMYK0.440.9600.45
HSL272.69º93.06%28.24%-
HSV(B)272.69º96.4%54.51%-
XYZ7.863.5924.71-
YUV42.1182.68153.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=35.14%
G=2.25%
B=62.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7851390.440.9600.45272.6993.0628.24
Hex4E58B2C6002D1115d1c
Octal11652135414005542113534
Binary10011101011000101110110011000000101101100010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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