#4E157B

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

Shades of Indigo #4E157B

Tints of Indigo #4E157B

Color information

#4E157B (or 0x4E157B) is unknown color: approx Indigo. HEX triplet: 4E, 15 and 7B. RGB value is (78,21,123). Sum of RGB (Red+Green+Blue) = 78+21+123=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E157B is #B1EA84. Grayscale: #313131. Windows color (decimal): -11659909 or 8066382. OLE color: 8066382.

HSL color Cylindrical-coordinate representation of color #4E157B: hue angle of 273.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E157B is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7821123-
CMYK0.370.8300.52
HSL273.53º70.83%28.24%-
HSV(B)273.53º82.93%48.24%-
XYZ6.993.5919.06-
YUV49.67169.38148.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=35.14%
G=9.46%
B=55.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78211230.370.8300.52273.5370.8328.24
Hex4E157B2553034112471c
Octal116251734512306442210734
Binary100111010101111101110010110100110110100100010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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