#5901A0

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

Shades of Indigo #5901A0

Tints of Indigo #5901A0

Color information

#5901A0 (or 0x5901A0) is unknown color: approx Indigo. HEX triplet: 59, 01 and A0. RGB value is (89,1,160). Sum of RGB (Red+Green+Blue) = 89+1+160=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #5901A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5901A0 is #A6FE5F. Grayscale: #2C2C2C. Windows color (decimal): -10944096 or 10486105. OLE color: 10486105.

HSL color Cylindrical-coordinate representation of color #5901A0: hue angle of 273.21º 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 #5901A0 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB891160-
CMYK0.440.9900.37
HSL273.21º98.76%31.57%-
HSV(B)273.21º99.37%62.75%-
XYZ10.484.6833.61-
YUV45.44192.65159.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 160 (62.89% from 255) = 64%
R=35.6%
G=0.4%
B=64%

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
Decimal8911600.440.9900.37273.2198.7631.57
Hex591A02C630251116320
Octal13112405414304542114340
Binary1011001110100000101100110001101001011000100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5901A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5901A0; }

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

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

<style>
 a { background-color: #5901A0; }

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

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

<style>
 span { border-color: #5901A0; }

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

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