#5A0BA2

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

Shades of Indigo #5A0BA2

Tints of Indigo #5A0BA2

Color information

#5A0BA2 (or 0x5A0BA2) is unknown color: approx Indigo. HEX triplet: 5A, 0B and A2. RGB value is (90,11,162). Sum of RGB (Red+Green+Blue) = 90+11+162=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #5A0BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0BA2 is #A5F45D. Grayscale: #333333. Windows color (decimal): -10875998 or 10619738. OLE color: 10619738.

HSL color Cylindrical-coordinate representation of color #5A0BA2: hue angle of 271.39º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0BA2 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9011162-
CMYK0.440.9300.36
HSL271.39º87.28%33.92%-
HSV(B)271.39º93.21%63.53%-
XYZ10.865.0234.58-
YUV51.83190.17155.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=34.22%
G=4.18%
B=61.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90111620.440.9300.36271.3987.2833.92
Hex5ABA22C5D02410f5722
Octal132132425413504441712742
Binary1011010101110100010101100101110101001001000011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,11,162); }

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

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

 a { background-color: rgb(90,11,162); }

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

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

 span { border-color: rgb(90,11,162); }

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