Html Css Color HEX #591380 Indigo

📋 copy color: '#591380'

red 89 ◦ green 19 ◦ blue 128

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

Shades of Indigo #591380

Tints of Indigo #591380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 37.71%
G = 8.05%
B = 54.24%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#591380 (or 0x591380) is known color: Indigo. HEX triplet: 59, 13 and 80. RGB value is (89,19,128). Sum of RGB (Red+Green+Blue) = 89+19+128=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #591380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591380 is #A6EC7F. Grayscale: #333333. Windows color (decimal): -10939520 or 8393561. OLE color: 8393561.

HSL color Cylindrical-coordinate representation of color #591380: hue angle of 278.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591380 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 19 128 -
CMYK 0.30 0.85 0 0.50
HSL 278.53º 0.74% 0.29% -
HSV(B) 278.53º 0.85% 0.5% -
XYZ 8.25 4.15 20.79 -
YUV 52.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 89 19 128 0.30 0.85 0 0.50 278.53 0.74 0.29
Hex 59 13 80 1E 55 0 32 117 4A 1D
Octal 131 23 200 36 125 0 62 427 112 35
Binary 1011001 10011 10000000 11110 1010101 0 110010 100010111 1001010 11101

Color Harmonies of #591380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591380

Black with #591380

Text Example


Text Example

White with #591380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591380; }

 p { color: rgb(89,19,128); }

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

background-color css

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

 a { background-color: rgb(89,19,128); }

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

border-color css

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

 span { border-color: rgb(89,19,128); }

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