Html Css Color HEX #590181 Indigo

📋 copy color: '#590181'

red 89 ◦ green 1 ◦ blue 129

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

Shades of Indigo #590181

Tints of Indigo #590181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 40.64%
G = 0.46%
B = 58.9%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#590181 (or 0x590181) is known color: Indigo. HEX triplet: 59, 01 and 81. RGB value is (89,1,129). Sum of RGB (Red+Green+Blue) = 89+1+129=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #590181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590181 is #A6FE7E. Grayscale: #292929. Windows color (decimal): -10944127 or 8454489. OLE color: 8454489.

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

Color convert

RGB 89 1 129 -
CMYK 0.31 0.99 0 0.49
HSL 281.25º 0.98% 0.25% -
HSV(B) 281.25º 0.99% 0.51% -
XYZ 8.09 3.73 21.06 -
YUV 41.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 89 1 129 0.31 0.99 0 0.49 281.25 0.98 0.25
Hex 59 1 81 1F 63 0 31 119 62 19
Octal 131 1 201 37 143 0 61 431 142 31
Binary 1011001 1 10000001 11111 1100011 0 110001 100011001 1100010 11001

Color Harmonies of #590181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590181

Black with #590181

Text Example


Text Example

White with #590181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590181; }

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

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

background-color css

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

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

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

border-color css

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

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

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