#59188A

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

Shades of Indigo #59188A

Tints of Indigo #59188A

Color information

#59188A (or 0x59188A) is unknown color: approx Indigo. HEX triplet: 59, 18 and 8A. RGB value is (89,24,138). Sum of RGB (Red+Green+Blue) = 89+24+138=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #59188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59188A is #A6E775. Grayscale: #383838. Windows color (decimal): -10938230 or 9050201. OLE color: 9050201.

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

Color convert

RGB8924138-
CMYK0.360.8300.46
HSL274.21º70.37%31.76%-
HSV(B)274.21º82.61%54.12%-
XYZ9.034.6124.46-
YUV56.43174.03151.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=35.46%
G=9.56%
B=54.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89241380.360.8300.46274.2170.3731.76
Hex59188A245302E1124620
Octal131302124412305642210640
Binary10110011100010001010100100101001101011101000100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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