#5A0482

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

Shades of Indigo #5A0482

Tints of Indigo #5A0482

Color information

#5A0482 (or 0x5A0482) is unknown color: approx Indigo. HEX triplet: 5A, 04 and 82. RGB value is (90,4,130). Sum of RGB (Red+Green+Blue) = 90+4+130=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A0482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0482 is #A5FB7D. Grayscale: #2B2B2B. Windows color (decimal): -10877822 or 8520794. OLE color: 8520794.

HSL color Cylindrical-coordinate representation of color #5A0482: hue angle of 280.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0482 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB904130-
CMYK0.310.9700.49
HSL280.95º94.03%26.27%-
HSV(B)280.95º96.92%50.98%-
XYZ8.293.8721.43-
YUV44.08176.49160.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.18%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=40.18%
G=1.79%
B=58.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9041300.310.9700.49280.9594.0326.27
Hex5A4821F610311195e1a
Octal13242023714106143113632
Binary1011010100100000101111111000010110001100011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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