Html Css Color HEX #59129E Indigo

📋 copy color: '#59129E'

red 89 ◦ green 18 ◦ blue 158

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

Shades of Indigo #59129E

Tints of Indigo #59129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 33.58%
G = 6.79%
B = 59.62%

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

#59129E (or 0x59129E) is known color: Indigo. HEX triplet: 59, 12 and 9E. RGB value is (89,18,158). Sum of RGB (Red+Green+Blue) = 89+18+158=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #59129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59129E is #A6ED61. Grayscale: #363636. Windows color (decimal): -10939746 or 10359385. OLE color: 10359385.

HSL color Cylindrical-coordinate representation of color #59129E: hue angle of 270.43º 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 #59129E is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 18 158 -
CMYK 0.44 0.89 0 0.38
HSL 270.43º 0.8% 0.35% -
HSV(B) 270.43º 0.89% 0.62% -
XYZ 10.51 5.03 32.76 -
YUV 55.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 89 18 158 0.44 0.89 0 0.38 270.43 0.8 0.35
Hex 59 12 9E 2C 59 0 26 10E 50 23
Octal 131 22 236 54 131 0 46 416 120 43
Binary 1011001 10010 10011110 101100 1011001 0 100110 100001110 1010000 100011

Color Harmonies of #59129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59129E

Black with #59129E

Text Example


Text Example

White with #59129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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