Html Css Color HEX #590C90 Indigo

📋 copy color: '#590C90'

red 89 ◦ green 12 ◦ blue 144

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

Shades of Indigo #590C90

Tints of Indigo #590C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 36.33%
G = 4.9%
B = 58.78%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#590C90 (or 0x590C90) is known color: Indigo. HEX triplet: 59, 0C and 90. RGB value is (89,12,144). Sum of RGB (Red+Green+Blue) = 89+12+144=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #590C90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C90 is #A6F36F. Grayscale: #313131. Windows color (decimal): -10941296 or 9440345. OLE color: 9440345.

HSL color Cylindrical-coordinate representation of color #590C90: hue angle of 275º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590C90 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 12 144 -
CMYK 0.38 0.92 0 0.44
HSL 275º 0.85% 0.31% -
HSV(B) 275º 0.92% 0.56% -
XYZ 9.29 4.4 26.75 -
YUV 50.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 89 12 144 0.38 0.92 0 0.44 275 0.85 0.31
Hex 59 C 90 26 5C 0 2C 113 55 1F
Octal 131 14 220 46 134 0 54 423 125 37
Binary 1011001 1100 10010000 100110 1011100 0 101100 100010011 1010101 11111

Color Harmonies of #590C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C90

Black with #590C90

Text Example


Text Example

White with #590C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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