#5E0978

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

Shades of Indigo #5E0978

Tints of Indigo #5E0978

Color information

#5E0978 (or 0x5E0978) is unknown color: approx Indigo. HEX triplet: 5E, 09 and 78. RGB value is (94,9,120). Sum of RGB (Red+Green+Blue) = 94+9+120=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E0978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0978 is #A1F687. Grayscale: #2E2E2E. Windows color (decimal): -10614408 or 7866718. OLE color: 7866718.

HSL color Cylindrical-coordinate representation of color #5E0978: hue angle of 285.95º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0978 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB949120-
CMYK0.220.9200.53
HSL285.95º86.05%25.29%-
HSV(B)285.95º92.5%47.06%-
XYZ8.13.9318.1-
YUV47.07169.16161.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=42.15%
G=4.04%
B=53.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9491200.220.9200.53285.9586.0525.29
Hex5E978165C03511e5619
Octal136111702613406543612631
Binary1011110100111110001011010111000110101100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,9,120); }

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

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

 a { background-color: rgb(94,9,120); }

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

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

 span { border-color: rgb(94,9,120); }

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