#590FA1

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

Shades of Indigo #590FA1

Tints of Indigo #590FA1

Color information

#590FA1 (or 0x590FA1) is unknown color: approx Indigo. HEX triplet: 59, 0F and A1. RGB value is (89,15,161). Sum of RGB (Red+Green+Blue) = 89+15+161=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 161 (63.28% from 255 or 60.75% from 265); Max value from RGB is 161 - color contains mainly: blue. Hex color #590FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590FA1 is #A6F05E. Grayscale: #353535. Windows color (decimal): -10940511 or 10555225. OLE color: 10555225.

HSL color Cylindrical-coordinate representation of color #590FA1: hue angle of 270.41º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590FA1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8915161-
CMYK0.450.9100.37
HSL270.41º82.95%34.51%-
HSV(B)270.41º90.68%63.14%-
XYZ10.725.0434.13-
YUV53.77188.52153.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 161 (63.28% from 255) = 60.75%
R=33.58%
G=5.66%
B=60.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89151610.450.9100.37270.4182.9534.51
Hex59FA12D5B02510e5323
Octal131172415513304541612343
Binary1011001111110100001101101101101101001011000011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590FA1; }

 p { color: rgb(89,15,161); }

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

<style>
 a { background-color: #590FA1; }

 a { background-color: rgb(89,15,161); }

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

<style>
 span { border-color: #590FA1; }

 span { border-color: rgb(89,15,161); }

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