Html Css Color HEX #59056A Indigo

📋 copy color: '#59056A'

red 89 ◦ green 5 ◦ blue 106

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

Shades of Indigo #59056A

Tints of Indigo #59056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53%

R = 44.5%
G = 2.5%
B = 53%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59056A (or 0x59056A) is known color: Indigo. HEX triplet: 59, 05 and 6A. RGB value is (89,5,106). Sum of RGB (Red+Green+Blue) = 89+5+106=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #59056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59056A is #A6FA95. Grayscale: #292929. Windows color (decimal): -10943126 or 6948185. OLE color: 6948185.

HSL color Cylindrical-coordinate representation of color #59056A: hue angle of 289.9º 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 #59056A is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 5 106 -
CMYK 0.16 0.95 0 0.58
HSL 289.9º 0.91% 0.22% -
HSV(B) 289.9º 0.95% 0.42% -
XYZ 6.78 3.27 13.91 -
YUV 41.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 89 5 106 0.16 0.95 0 0.58 289.9 0.91 0.22
Hex 59 5 6A 10 5F 0 3A 122 5B 16
Octal 131 5 152 20 137 0 72 442 133 26
Binary 1011001 101 1101010 10000 1011111 0 111010 100100010 1011011 10110

Color Harmonies of #59056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59056A

Black with #59056A

Text Example


Text Example

White with #59056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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