Html Css Color HEX #590B9D Indigo

📋 copy color: '#590B9D'

red 89 ◦ green 11 ◦ blue 157

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

Shades of Indigo #590B9D

Tints of Indigo #590B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 34.63%
G = 4.28%
B = 61.09%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#590B9D (or 0x590B9D) is known color: Indigo. HEX triplet: 59, 0B and 9D. RGB value is (89,11,157). Sum of RGB (Red+Green+Blue) = 89+11+157=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #590B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590B9D is #A6F462. Grayscale: #323232. Windows color (decimal): -10941539 or 10292057. OLE color: 10292057.

HSL color Cylindrical-coordinate representation of color #590B9D: hue angle of 272.05º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590B9D is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 11 157 -
CMYK 0.43 0.93 0 0.38
HSL 272.05º 0.87% 0.33% -
HSV(B) 272.05º 0.93% 0.62% -
XYZ 10.33 4.8 32.28 -
YUV 50.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 89 11 157 0.43 0.93 0 0.38 272.05 0.87 0.33
Hex 59 B 9D 2B 5D 0 26 110 57 21
Octal 131 13 235 53 135 0 46 420 127 41
Binary 1011001 1011 10011101 101011 1011101 0 100110 100010000 1010111 100001

Color Harmonies of #590B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B9D

Black with #590B9D

Text Example


Text Example

White with #590B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590B9D; }

 p { color: rgb(89,11,157); }

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

background-color css

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

 a { background-color: rgb(89,11,157); }

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

border-color css

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

 span { border-color: rgb(89,11,157); }

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