Html Css Color HEX #59139F Indigo

📋 copy color: '#59139F'

red 89 ◦ green 19 ◦ blue 159

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

Shades of Indigo #59139F

Tints of Indigo #59139F

RGB

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

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

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

R = 33.33%
G = 7.12%
B = 59.55%

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

#59139F (or 0x59139F) is known color: Indigo. HEX triplet: 59, 13 and 9F. RGB value is (89,19,159). Sum of RGB (Red+Green+Blue) = 89+19+159=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #59139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59139F is #A6EC60. Grayscale: #373737. Windows color (decimal): -10939489 or 10425177. OLE color: 10425177.

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

Color convert

RGB 89 19 159 -
CMYK 0.44 0.88 0 0.38
HSL 270º 0.79% 0.35% -
HSV(B) 270º 0.88% 0.62% -
XYZ 10.61 5.09 33.22 -
YUV 55.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 89 19 159 0.44 0.88 0 0.38 270 0.79 0.35
Hex 59 13 9F 2C 58 0 26 10E 4F 23
Octal 131 23 237 54 130 0 46 416 117 43
Binary 1011001 10011 10011111 101100 1011000 0 100110 100001110 1001111 100011

Color Harmonies of #59139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59139F

Black with #59139F

Text Example


Text Example

White with #59139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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