Html Css Color HEX #59056B Indigo

📋 copy color: '#59056B'

red 89 ◦ green 5 ◦ blue 107

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

Shades of Indigo #59056B

Tints of Indigo #59056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 44.28%
G = 2.49%
B = 53.23%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59056B (or 0x59056B) is known color: Indigo. HEX triplet: 59, 05 and 6B. RGB value is (89,5,107). Sum of RGB (Red+Green+Blue) = 89+5+107=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #59056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59056B is #A6FA94. Grayscale: #292929. Windows color (decimal): -10943125 or 7013721. OLE color: 7013721.

HSL color Cylindrical-coordinate representation of color #59056B: hue angle of 289.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59056B is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 5 107 -
CMYK 0.17 0.95 0 0.58
HSL 289.41º 0.91% 0.22% -
HSV(B) 289.41º 0.95% 0.42% -
XYZ 6.83 3.29 14.19 -
YUV 41.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 89 5 107 0.17 0.95 0 0.58 289.41 0.91 0.22
Hex 59 5 6B 11 5F 0 3A 121 5B 16
Octal 131 5 153 21 137 0 72 441 133 26
Binary 1011001 101 1101011 10001 1011111 0 111010 100100001 1011011 10110

Color Harmonies of #59056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59056B

Black with #59056B

Text Example


Text Example

White with #59056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,5,107); }

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

background-color css

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

 a { background-color: rgb(89,5,107); }

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

border-color css

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

 span { border-color: rgb(89,5,107); }

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