Html Css Color HEX #590180 Indigo

📋 copy color: '#590180'

red 89 ◦ green 1 ◦ blue 128

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

Shades of Indigo #590180

Tints of Indigo #590180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 40.83%
G = 0.46%
B = 58.72%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#590180 (or 0x590180) is known color: Indigo. HEX triplet: 59, 01 and 80. RGB value is (89,1,128). Sum of RGB (Red+Green+Blue) = 89+1+128=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #590180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590180 is #A6FE7F. Grayscale: #292929. Windows color (decimal): -10944128 or 8388953. OLE color: 8388953.

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

Color convert

RGB 89 1 128 -
CMYK 0.30 0.99 0 0.50
HSL 281.57º 0.98% 0.25% -
HSV(B) 281.57º 0.99% 0.5% -
XYZ 8.03 3.7 20.71 -
YUV 41.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 89 1 128 0.30 0.99 0 0.50 281.57 0.98 0.25
Hex 59 1 80 1E 63 0 32 11A 62 19
Octal 131 1 200 36 143 0 62 432 142 31
Binary 1011001 1 10000000 11110 1100011 0 110010 100011010 1100010 11001

Color Harmonies of #590180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590180

Black with #590180

Text Example


Text Example

White with #590180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590180; }

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

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

background-color css

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

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

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

border-color css

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

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

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