#59088D

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

Shades of Indigo #59088D

Tints of Indigo #59088D

Color information

#59088D (or 0x59088D) is unknown color: approx Indigo. HEX triplet: 59, 08 and 8D. RGB value is (89,8,141). Sum of RGB (Red+Green+Blue) = 89+8+141=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #59088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59088D is #A6F772. Grayscale: #2E2E2E. Windows color (decimal): -10942323 or 9242713. OLE color: 9242713.

HSL color Cylindrical-coordinate representation of color #59088D: hue angle of 276.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59088D is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB898141-
CMYK0.370.9400.45
HSL276.54º89.26%29.22%-
HSV(B)276.54º94.33%55.29%-
XYZ9.014.2225.54-
YUV47.38180.84157.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=37.39%
G=3.36%
B=59.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8981410.370.9400.45276.5489.2629.22
Hex5988D255E02D115591d
Octal131102154513605542513135
Binary101100110001000110110010110111100101101100010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59088D; }

 p { color: rgb(89,8,141); }

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

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

 a { background-color: rgb(89,8,141); }

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

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

 span { border-color: rgb(89,8,141); }

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