#5A1493

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

Shades of Indigo #5A1493

Tints of Indigo #5A1493

Color information

#5A1493 (or 0x5A1493) is unknown color: approx Indigo. HEX triplet: 5A, 14 and 93. RGB value is (90,20,147). Sum of RGB (Red+Green+Blue) = 90+20+147=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1493 is #A5EB6C. Grayscale: #363636. Windows color (decimal): -10873709 or 9639002. OLE color: 9639002.

HSL color Cylindrical-coordinate representation of color #5A1493: hue angle of 273.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1493 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9020147-
CMYK0.390.8600.42
HSL273.07º76.05%32.75%-
HSV(B)273.07º86.39%57.65%-
XYZ9.734.7828.01-
YUV55.41179.69152.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=35.02%
G=7.78%
B=57.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90201470.390.8600.42273.0776.0532.75
Hex5A1493275602A1114c21
Octal132242234712605242111441
Binary10110101010010010011100111101011001010101000100011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,147); }

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

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

 a { background-color: rgb(90,20,147); }

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

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

 span { border-color: rgb(90,20,147); }

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