#5A0996

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

Shades of Indigo #5A0996

Tints of Indigo #5A0996

Color information

#5A0996 (or 0x5A0996) is unknown color: approx Indigo. HEX triplet: 5A, 09 and 96. RGB value is (90,9,150). Sum of RGB (Red+Green+Blue) = 90+9+150=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A0996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0996 is #A5F669. Grayscale: #303030. Windows color (decimal): -10876522 or 9832794. OLE color: 9832794.

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

Color convert

RGB909150-
CMYK0.40.9400.41
HSL274.47º88.68%31.18%-
HSV(B)274.47º94%58.82%-
XYZ9.824.5729.22-
YUV49.29184.84157.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=36.14%
G=3.61%
B=60.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9091500.40.9400.41274.4788.6831.18
Hex5A996285E029112591f
Octal132112265013605142213137
Binary101101010011001011010100010111100101001100010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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