#5E049E

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

Shades of Indigo #5E049E

Tints of Indigo #5E049E

Color information

#5E049E (or 0x5E049E) is unknown color: approx Indigo. HEX triplet: 5E, 04 and 9E. RGB value is (94,4,158). Sum of RGB (Red+Green+Blue) = 94+4+158=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E049E is #A1FB61. Grayscale: #2F2F2F. Windows color (decimal): -10615650 or 10355806. OLE color: 10355806.

HSL color Cylindrical-coordinate representation of color #5E049E: hue angle of 275.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E049E is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB944158-
CMYK0.410.9700.38
HSL275.06º95.06%31.76%-
HSV(B)275.06º97.47%61.96%-
XYZ10.834.9432.73-
YUV48.47189.82160.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=36.72%
G=1.56%
B=61.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9441580.410.9700.38275.0695.0631.76
Hex5E49E29610261135f20
Octal13642365114104642313740
Binary101111010010011110101001110000101001101000100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E049E; }

 p { color: rgb(94,4,158); }

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

<style>
 a { background-color: #5E049E; }

 a { background-color: rgb(94,4,158); }

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

<style>
 span { border-color: #5E049E; }

 span { border-color: rgb(94,4,158); }

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