#5906A1

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

Shades of Indigo #5906A1

Tints of Indigo #5906A1

Color information

#5906A1 (or 0x5906A1) is unknown color: approx Indigo. HEX triplet: 59, 06 and A1. RGB value is (89,6,161). Sum of RGB (Red+Green+Blue) = 89+6+161=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #5906A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906A1 is #A6F95E. Grayscale: #2F2F2F. Windows color (decimal): -10942815 or 10552921. OLE color: 10552921.

HSL color Cylindrical-coordinate representation of color #5906A1: hue angle of 272.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5906A1 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB896161-
CMYK0.450.9600.37
HSL272.13º92.81%32.75%-
HSV(B)272.13º96.27%63.14%-
XYZ10.624.8334.09-
YUV48.49191.5156.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 161 (63.28% from 255) = 62.89%
R=34.77%
G=2.34%
B=62.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8961610.450.9600.37272.1392.8132.75
Hex596A12D600251105d21
Octal13162415514004542013541
Binary101100111010100001101101110000001001011000100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5906A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5906A1; }

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

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

<style>
 a { background-color: #5906A1; }

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

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

<style>
 span { border-color: #5906A1; }

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

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