Html Css Color HEX #591080 Indigo

📋 copy color: '#591080'

red 89 ◦ green 16 ◦ blue 128

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

Shades of Indigo #591080

Tints of Indigo #591080

RGB

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

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

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

R = 38.2%
G = 6.87%
B = 54.94%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#591080 (or 0x591080) is known color: Indigo. HEX triplet: 59, 10 and 80. RGB value is (89,16,128). Sum of RGB (Red+Green+Blue) = 89+16+128=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #591080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591080 is #A6EF7F. Grayscale: #323232. Windows color (decimal): -10940288 or 8392793. OLE color: 8392793.

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

Color convert

RGB 89 16 128 -
CMYK 0.30 0.88 0 0.50
HSL 279.11º 0.78% 0.28% -
HSV(B) 279.11º 0.88% 0.5% -
XYZ 8.2 4.05 20.77 -
YUV 50.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 89 16 128 0.30 0.88 0 0.50 279.11 0.78 0.28
Hex 59 10 80 1E 58 0 32 117 4E 1C
Octal 131 20 200 36 130 0 62 427 116 34
Binary 1011001 10000 10000000 11110 1011000 0 110010 100010111 1001110 11100

Color Harmonies of #591080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591080

Black with #591080

Text Example


Text Example

White with #591080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591080; }

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

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

background-color css

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

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

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

border-color css

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

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

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