#5A01A0

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

Shades of Indigo #5A01A0

Tints of Indigo #5A01A0

Color information

#5A01A0 (or 0x5A01A0) is unknown color: approx Indigo. HEX triplet: 5A, 01 and A0. RGB value is (90,1,160). Sum of RGB (Red+Green+Blue) = 90+1+160=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 160 (62.89% from 255 or 63.75% from 251); Max value from RGB is 160 - color contains mainly: blue. Hex color #5A01A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A01A0 is #A5FE5F. Grayscale: #2D2D2D. Windows color (decimal): -10878560 or 10486106. OLE color: 10486106.

HSL color Cylindrical-coordinate representation of color #5A01A0: hue angle of 273.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A01A0 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB901160-
CMYK0.440.9900.37
HSL273.58º98.76%31.57%-
HSV(B)273.58º99.37%62.75%-
XYZ10.574.7333.61-
YUV45.74192.49159.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 160 (62.89% from 255) = 63.75%
R=35.86%
G=0.40%
B=63.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9011600.440.9900.37273.5898.7631.57
Hex5A1A02C630251126320
Octal13212405414304542214340
Binary1011010110100000101100110001101001011000100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A01A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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