Html Css Color HEX #59159B Indigo

📋 copy color: '#59159B'

red 89 ◦ green 21 ◦ blue 155

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

Shades of Indigo #59159B

Tints of Indigo #59159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 33.58%
G = 7.92%
B = 58.49%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59159B (or 0x59159B) is known color: Indigo. HEX triplet: 59, 15 and 9B. RGB value is (89,21,155). Sum of RGB (Red+Green+Blue) = 89+21+155=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #59159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59159B is #A6EA64. Grayscale: #383838. Windows color (decimal): -10938981 or 10163545. OLE color: 10163545.

HSL color Cylindrical-coordinate representation of color #59159B: hue angle of 270.45º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #59159B is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 21 155 -
CMYK 0.43 0.86 0 0.39
HSL 270.45º 0.76% 0.35% -
HSV(B) 270.45º 0.86% 0.61% -
XYZ 10.3 5.03 31.44 -
YUV 56.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 89 21 155 0.43 0.86 0 0.39 270.45 0.76 0.35
Hex 59 15 9B 2B 56 0 27 10E 4C 23
Octal 131 25 233 53 126 0 47 416 114 43
Binary 1011001 10101 10011011 101011 1010110 0 100111 100001110 1001100 100011

Color Harmonies of #59159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59159B

Black with #59159B

Text Example


Text Example

White with #59159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59159B; }

 p { color: rgb(89,21,155); }

 H1.HeaderClassName
 {
   color: #59159B;
 }
 .AnyTagClassName
 {
   color: #59159B;
 }
</style>

background-color css

<style>
 a { background-color: #59159B; }

 a { background-color: rgb(89,21,155); }

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

border-color css

<style>
 span { border-color: #59159B; }

 span { border-color: rgb(89,21,155); }

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