#5A049B

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

Shades of Indigo #5A049B

Tints of Indigo #5A049B

Color information

#5A049B (or 0x5A049B) is unknown color: approx Indigo. HEX triplet: 5A, 04 and 9B. RGB value is (90,4,155). Sum of RGB (Red+Green+Blue) = 90+4+155=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A049B is #A5FB64. Grayscale: #2E2E2E. Windows color (decimal): -10877797 or 10159194. OLE color: 10159194.

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

Color convert

RGB904155-
CMYK0.420.9700.39
HSL274.17º94.97%31.18%-
HSV(B)274.17º97.42%60.78%-
XYZ10.184.6331.37-
YUV46.93188.99158.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=36.14%
G=1.61%
B=62.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9041550.420.9700.39274.1794.9731.18
Hex5A49B2A610271125f1f
Octal13242335214104742213737
Binary10110101001001101110101011000010100111100010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A049B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,155); }

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

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

 a { background-color: rgb(90,4,155); }

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

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

 span { border-color: rgb(90,4,155); }

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