#590182

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

Shades of Indigo #590182

Tints of Indigo #590182

Color information

#590182 (or 0x590182) is unknown color: approx Indigo. HEX triplet: 59, 01 and 82. RGB value is (89,1,130). Sum of RGB (Red+Green+Blue) = 89+1+130=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #590182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590182 is #A6FE7D. Grayscale: #292929. Windows color (decimal): -10944126 or 8520025. OLE color: 8520025.

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

Color convert

RGB891130-
CMYK0.320.9900.49
HSL280.93º98.47%25.69%-
HSV(B)280.93º99.23%50.98%-
XYZ8.163.7621.41-
YUV42.02177.65161.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=40.45%
G=0.45%
B=59.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8911300.320.9900.49280.9398.4725.69
Hex591822063031119621a
Octal13112024014306143114232
Binary101100111000001010000011000110110001100011001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590182; }

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

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

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

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

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

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

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

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