#5A078B

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

Shades of Indigo #5A078B

Tints of Indigo #5A078B

Color information

#5A078B (or 0x5A078B) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 8B. RGB value is (90,7,139). Sum of RGB (Red+Green+Blue) = 90+7+139=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A078B is #A5F874. Grayscale: #2E2E2E. Windows color (decimal): -10877045 or 9111386. OLE color: 9111386.

HSL color Cylindrical-coordinate representation of color #5A078B: hue angle of 277.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A078B is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB907139-
CMYK0.350.9500.45
HSL277.73º90.41%28.63%-
HSV(B)277.73º94.96%54.51%-
XYZ8.954.1924.76-
YUV46.86180158.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=38.14%
G=2.97%
B=58.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9071390.350.9500.45277.7390.4128.63
Hex5A78B235F02D1165a1d
Octal13272134313705542613235
Binary10110101111000101110001110111110101101100010110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,7,139); }

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

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

 a { background-color: rgb(90,7,139); }

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

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

 span { border-color: rgb(90,7,139); }

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