#4E159B

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

Shades of Indigo #4E159B

Tints of Indigo #4E159B

Color information

#4E159B (or 0x4E159B) is unknown color: approx Indigo. HEX triplet: 4E, 15 and 9B. RGB value is (78,21,155). Sum of RGB (Red+Green+Blue) = 78+21+155=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E159B is #B1EA64. Grayscale: #343434. Windows color (decimal): -11659877 or 10163534. OLE color: 10163534.

HSL color Cylindrical-coordinate representation of color #4E159B: hue angle of 265.52º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E159B is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7821155-
CMYK0.500.8600.39
HSL265.52º76.14%34.51%-
HSV(B)265.52º86.45%60.78%-
XYZ9.334.5231.39-
YUV53.32185.38145.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=30.71%
G=8.27%
B=61.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78211550.500.8600.39265.5276.1434.51
Hex4E159B325602710a4c23
Octal116252336212604741211443
Binary10011101010110011011110010101011001001111000010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,155); }

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

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

 a { background-color: rgb(78,21,155); }

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

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

 span { border-color: rgb(78,21,155); }

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