#5A01A6

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

Shades of Indigo #5A01A6

Tints of Indigo #5A01A6

Color information

#5A01A6 (or 0x5A01A6) is unknown color: approx Indigo. HEX triplet: 5A, 01 and A6. RGB value is (90,1,166). Sum of RGB (Red+Green+Blue) = 90+1+166=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 166 (65.23% from 255 or 64.59% from 257); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A01A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A01A6 is #A5FE59. Grayscale: #2D2D2D. Windows color (decimal): -10878554 or 10879322. OLE color: 10879322.

HSL color Cylindrical-coordinate representation of color #5A01A6: hue angle of 272.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A01A6 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB901166-
CMYK0.460.9900.35
HSL272.36º98.8%32.75%-
HSV(B)272.36º99.4%65.1%-
XYZ11.114.9536.45-
YUV46.42195.49159.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 166 (65.23% from 255) = 64.59%
R=35.02%
G=0.39%
B=64.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9011660.460.9900.35272.3698.832.75
Hex5A1A62E630231106321
Octal13212465614304342014341
Binary1011010110100110101110110001101000111000100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A01A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,1,166); }

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

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

 a { background-color: rgb(90,1,166); }

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

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

 span { border-color: rgb(90,1,166); }

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