#5A0796

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

Shades of Indigo #5A0796

Tints of Indigo #5A0796

Color information

#5A0796 (or 0x5A0796) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 96. RGB value is (90,7,150). Sum of RGB (Red+Green+Blue) = 90+7+150=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A0796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0796 is #A5F869. Grayscale: #2F2F2F. Windows color (decimal): -10877034 or 9832282. OLE color: 9832282.

HSL color Cylindrical-coordinate representation of color #5A0796: hue angle of 274.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0796 is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB907150-
CMYK0.40.9500.41
HSL274.83º91.08%30.78%-
HSV(B)274.83º95.33%58.82%-
XYZ9.84.5329.21-
YUV48.12185.5157.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 7 (3.12% from 255) = 2.83%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=36.44%
G=2.83%
B=60.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9071500.40.9500.41274.8391.0830.78
Hex5A796285F0291135b1f
Octal13272265013705142313337
Binary10110101111001011010100010111110101001100010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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