Html Css Color HEX #59128D Indigo

📋 copy color: '#59128D'

red 89 ◦ green 18 ◦ blue 141

#59128D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #59128D

Tints of Indigo #59128D

RGB

 RED value IS 89 (35.16% from 255) = 35.89%

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 35.89%
G = 7.26%
B = 56.85%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59128D (or 0x59128D) is known color: Indigo. HEX triplet: 59, 12 and 8D. RGB value is (89,18,141). Sum of RGB (Red+Green+Blue) = 89+18+141=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #59128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59128D is #A6ED72. Grayscale: #343434. Windows color (decimal): -10939763 or 9245273. OLE color: 9245273.

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

Color convert

RGB 89 18 141 -
CMYK 0.37 0.87 0 0.45
HSL 274.63º 0.77% 0.31% -
HSV(B) 274.63º 0.87% 0.55% -
XYZ 9.14 4.48 25.58 -
YUV 53.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 89 18 141 0.37 0.87 0 0.45 274.63 0.77 0.31
Hex 59 12 8D 25 57 0 2D 113 4D 1F
Octal 131 22 215 45 127 0 55 423 115 37
Binary 1011001 10010 10001101 100101 1010111 0 101101 100010011 1001101 11111

Color Harmonies of #59128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59128D

Black with #59128D

Text Example


Text Example

White with #59128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59128D;
 }
 .AnyTagClassName
 {
   color: #59128D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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