Html Css Color HEX #590C9B Indigo

📋 copy color: '#590C9B'

red 89 ◦ green 12 ◦ blue 155

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

Shades of Indigo #590C9B

Tints of Indigo #590C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 34.77%
G = 4.69%
B = 60.55%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#590C9B (or 0x590C9B) is known color: Indigo. HEX triplet: 59, 0C and 9B. RGB value is (89,12,155). Sum of RGB (Red+Green+Blue) = 89+12+155=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #590C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C9B is #A6F364. Grayscale: #323232. Windows color (decimal): -10941285 or 10161241. OLE color: 10161241.

HSL color Cylindrical-coordinate representation of color #590C9B: hue angle of 272.31º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590C9B is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 12 155 -
CMYK 0.43 0.92 0 0.39
HSL 272.31º 0.86% 0.33% -
HSV(B) 272.31º 0.92% 0.61% -
XYZ 10.17 4.75 31.39 -
YUV 51.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 89 12 155 0.43 0.92 0 0.39 272.31 0.86 0.33
Hex 59 C 9B 2B 5C 0 27 110 56 21
Octal 131 14 233 53 134 0 47 420 126 41
Binary 1011001 1100 10011011 101011 1011100 0 100111 100010000 1010110 100001

Color Harmonies of #590C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C9B

Black with #590C9B

Text Example


Text Example

White with #590C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,12,155); }

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

background-color css

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

 a { background-color: rgb(89,12,155); }

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

border-color css

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

 span { border-color: rgb(89,12,155); }

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