Html Css Color HEX #59139E Indigo

📋 copy color: '#59139E'

red 89 ◦ green 19 ◦ blue 158

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

Shades of Indigo #59139E

Tints of Indigo #59139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 33.46%
G = 7.14%
B = 59.4%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59139E (or 0x59139E) is known color: Indigo. HEX triplet: 59, 13 and 9E. RGB value is (89,19,158). Sum of RGB (Red+Green+Blue) = 89+19+158=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #59139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59139E is #A6EC61. Grayscale: #373737. Windows color (decimal): -10939490 or 10359641. OLE color: 10359641.

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

Color convert

RGB 89 19 158 -
CMYK 0.44 0.88 0 0.38
HSL 270.22º 0.79% 0.35% -
HSV(B) 270.22º 0.88% 0.62% -
XYZ 10.52 5.06 32.77 -
YUV 55.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 89 19 158 0.44 0.88 0 0.38 270.22 0.79 0.35
Hex 59 13 9E 2C 58 0 26 10E 4F 23
Octal 131 23 236 54 130 0 46 416 117 43
Binary 1011001 10011 10011110 101100 1011000 0 100110 100001110 1001111 100011

Color Harmonies of #59139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59139E

Black with #59139E

Text Example


Text Example

White with #59139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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