Html Css Color HEX #59107D Indigo

📋 copy color: '#59107D'

red 89 ◦ green 16 ◦ blue 125

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

Shades of Indigo #59107D

Tints of Indigo #59107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 38.7%
G = 6.96%
B = 54.35%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59107D (or 0x59107D) is known color: Indigo. HEX triplet: 59, 10 and 7D. RGB value is (89,16,125). Sum of RGB (Red+Green+Blue) = 89+16+125=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #59107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59107D is #A6EF82. Grayscale: #313131. Windows color (decimal): -10940291 or 8196185. OLE color: 8196185.

HSL color Cylindrical-coordinate representation of color #59107D: hue angle of 280.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59107D is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 16 125 -
CMYK 0.29 0.87 0 0.51
HSL 280.18º 0.77% 0.28% -
HSV(B) 280.18º 0.87% 0.49% -
XYZ 8.01 3.98 19.75 -
YUV 50.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 89 16 125 0.29 0.87 0 0.51 280.18 0.77 0.28
Hex 59 10 7D 1D 57 0 33 118 4D 1C
Octal 131 20 175 35 127 0 63 430 115 34
Binary 1011001 10000 1111101 11101 1010111 0 110011 100011000 1001101 11100

Color Harmonies of #59107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59107D

Black with #59107D

Text Example


Text Example

White with #59107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59107D; }

 p { color: rgb(89,16,125); }

 H1.HeaderClassName
 {
   color: #59107D;
 }
 .AnyTagClassName
 {
   color: #59107D;
 }
</style>

background-color css

<style>
 a { background-color: #59107D; }

 a { background-color: rgb(89,16,125); }

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

border-color css

<style>
 span { border-color: #59107D; }

 span { border-color: rgb(89,16,125); }

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