#590682

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

Shades of Indigo #590682

Tints of Indigo #590682

Color information

#590682 (or 0x590682) is unknown color: approx Indigo. HEX triplet: 59, 06 and 82. RGB value is (89,6,130). Sum of RGB (Red+Green+Blue) = 89+6+130=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #590682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590682 is #A6F97D. Grayscale: #2C2C2C. Windows color (decimal): -10942846 or 8521305. OLE color: 8521305.

HSL color Cylindrical-coordinate representation of color #590682: hue angle of 280.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590682 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB896130-
CMYK0.320.9500.49
HSL280.16º91.18%26.67%-
HSV(B)280.16º95.38%50.98%-
XYZ8.213.8721.43-
YUV44.95176159.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=39.56%
G=2.67%
B=57.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8961300.320.9500.49280.1691.1826.67
Hex59682205F0311185b1b
Octal13162024013706143013333
Binary10110011101000001010000010111110110001100011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590682; }

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

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

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

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

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

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

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

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