#4E1585

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

Shades of Indigo #4E1585

Tints of Indigo #4E1585

Color information

#4E1585 (or 0x4E1585) is unknown color: approx Indigo. HEX triplet: 4E, 15 and 85. RGB value is (78,21,133). Sum of RGB (Red+Green+Blue) = 78+21+133=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E1585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1585 is #B1EA7A. Grayscale: #323232. Windows color (decimal): -11659899 or 8721742. OLE color: 8721742.

HSL color Cylindrical-coordinate representation of color #4E1585: hue angle of 270.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1585 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7821133-
CMYK0.410.8400.48
HSL270.54º72.73%30.2%-
HSV(B)270.54º84.21%52.16%-
XYZ7.643.8522.53-
YUV50.81174.38147.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=33.62%
G=9.05%
B=57.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78211330.410.8400.48270.5472.7330.2
Hex4E1585295403010f491e
Octal116252055112406041711136
Binary1001110101011000010110100110101000110000100001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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