#5E079B

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

Shades of Indigo #5E079B

Tints of Indigo #5E079B

Color information

#5E079B (or 0x5E079B) is unknown color: approx Indigo. HEX triplet: 5E, 07 and 9B. RGB value is (94,7,155). Sum of RGB (Red+Green+Blue) = 94+7+155=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E079B is #A1F864. Grayscale: #313131. Windows color (decimal): -10614885 or 10159966. OLE color: 10159966.

HSL color Cylindrical-coordinate representation of color #5E079B: hue angle of 275.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E079B is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB947155-
CMYK0.390.9500.39
HSL275.27º91.36%31.76%-
HSV(B)275.27º95.48%60.78%-
XYZ10.614.931.4-
YUV49.88187.32159.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=36.72%
G=2.73%
B=60.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9471550.390.9500.39275.2791.3631.76
Hex5E79B275F0271135b20
Octal13672334713704742313340
Binary101111011110011011100111101111101001111000100111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,7,155); }

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

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

 a { background-color: rgb(94,7,155); }

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

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

 span { border-color: rgb(94,7,155); }

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