Html Css Color HEX #59147A Indigo

📋 copy color: '#59147A'

red 89 ◦ green 20 ◦ blue 122

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

Shades of Indigo #59147A

Tints of Indigo #59147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 38.53%
G = 8.66%
B = 52.81%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59147A (or 0x59147A) is known color: Indigo. HEX triplet: 59, 14 and 7A. RGB value is (89,20,122). Sum of RGB (Red+Green+Blue) = 89+20+122=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #59147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59147A is #A6EB85. Grayscale: #333333. Windows color (decimal): -10939270 or 8000601. OLE color: 8000601.

HSL color Cylindrical-coordinate representation of color #59147A: hue angle of 280.59º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59147A is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 20 122 -
CMYK 0.27 0.84 0 0.52
HSL 280.59º 0.72% 0.28% -
HSV(B) 280.59º 0.84% 0.48% -
XYZ 7.88 4.03 18.77 -
YUV 52.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 89 20 122 0.27 0.84 0 0.52 280.59 0.72 0.28
Hex 59 14 7A 1B 54 0 34 119 48 1C
Octal 131 24 172 33 124 0 64 431 110 34
Binary 1011001 10100 1111010 11011 1010100 0 110100 100011001 1001000 11100

Color Harmonies of #59147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59147A

Black with #59147A

Text Example


Text Example

White with #59147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,20,122); }

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

background-color css

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

 a { background-color: rgb(89,20,122); }

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

border-color css

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

 span { border-color: rgb(89,20,122); }

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