#59078A

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

Shades of Indigo #59078A

Tints of Indigo #59078A

Color information

#59078A (or 0x59078A) is unknown color: approx Indigo. HEX triplet: 59, 07 and 8A. RGB value is (89,7,138). Sum of RGB (Red+Green+Blue) = 89+7+138=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #59078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59078A is #A6F875. Grayscale: #2E2E2E. Windows color (decimal): -10942582 or 9045849. OLE color: 9045849.

HSL color Cylindrical-coordinate representation of color #59078A: hue angle of 277.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59078A is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB897138-
CMYK0.360.9500.46
HSL277.56º90.34%28.43%-
HSV(B)277.56º94.93%54.12%-
XYZ8.784.1124.38-
YUV46.45179.67158.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=38.03%
G=2.99%
B=58.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8971380.360.9500.46277.5690.3428.43
Hex5978A245F02E1165a1c
Octal13172124413705642613234
Binary10110011111000101010010010111110101110100010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59078A; }

 p { color: rgb(89,7,138); }

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

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

 a { background-color: rgb(89,7,138); }

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

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

 span { border-color: rgb(89,7,138); }

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