#4E025F

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

Shades of Indigo #4E025F

Tints of Indigo #4E025F

Color information

#4E025F (or 0x4E025F) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 5F. RGB value is (78,2,95). Sum of RGB (Red+Green+Blue) = 78+2+95=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E025F is #B1FDA0. Grayscale: #232323. Windows color (decimal): -11664801 or 6226510. OLE color: 6226510.

HSL color Cylindrical-coordinate representation of color #4E025F: hue angle of 289.03º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E025F is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB78295-
CMYK0.180.9800.63
HSL289.03º95.88%19.02%-
HSV(B)289.03º97.89%37.25%-
XYZ5.232.4911.03-
YUV35.33161.68158.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=44.57%
G=1.14%
B=54.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal782950.180.9800.63289.0395.8819.02
Hex4E25F126203F1216013
Octal11621372214207744114023
Binary10011101010111111001011000100111111100100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,95); }

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

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

 a { background-color: rgb(78,2,95); }

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

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

 span { border-color: rgb(78,2,95); }

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