#5A0499

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

Shades of Indigo #5A0499

Tints of Indigo #5A0499

Color information

#5A0499 (or 0x5A0499) is unknown color: approx Indigo. HEX triplet: 5A, 04 and 99. RGB value is (90,4,153). Sum of RGB (Red+Green+Blue) = 90+4+153=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0499 is #A5FB66. Grayscale: #2E2E2E. Windows color (decimal): -10877799 or 10028122. OLE color: 10028122.

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

Color convert

RGB904153-
CMYK0.410.9700.4
HSL274.63º94.9%30.78%-
HSV(B)274.63º97.39%60%-
XYZ10.014.5630.49-
YUV46.7187.99158.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=36.44%
G=1.62%
B=61.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9041530.410.9700.4274.6394.930.78
Hex5A49929610281135f1f
Octal13242315114105042313737
Binary10110101001001100110100111000010101000100010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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