Html Css Color HEX #59129F Indigo

📋 copy color: '#59129F'

red 89 ◦ green 18 ◦ blue 159

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

Shades of Indigo #59129F

Tints of Indigo #59129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 33.46%
G = 6.77%
B = 59.77%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59129F (or 0x59129F) is known color: Indigo. HEX triplet: 59, 12 and 9F. RGB value is (89,18,159). Sum of RGB (Red+Green+Blue) = 89+18+159=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #59129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59129F is #A6ED60. Grayscale: #363636. Windows color (decimal): -10939745 or 10424921. OLE color: 10424921.

HSL color Cylindrical-coordinate representation of color #59129F: hue angle of 270.21º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59129F is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 18 159 -
CMYK 0.44 0.89 0 0.38
HSL 270.21º 0.8% 0.35% -
HSV(B) 270.21º 0.89% 0.62% -
XYZ 10.59 5.06 33.22 -
YUV 55.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 89 18 159 0.44 0.89 0 0.38 270.21 0.8 0.35
Hex 59 12 9F 2C 59 0 26 10E 50 23
Octal 131 22 237 54 131 0 46 416 120 43
Binary 1011001 10010 10011111 101100 1011001 0 100110 100001110 1010000 100011

Color Harmonies of #59129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59129F

Black with #59129F

Text Example


Text Example

White with #59129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59129F; }

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

 H1.HeaderClassName
 {
   color: #59129F;
 }
 .AnyTagClassName
 {
   color: #59129F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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