Html Css Color HEX #590C8D Indigo

📋 copy color: '#590C8D'

red 89 ◦ green 12 ◦ blue 141

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

Shades of Indigo #590C8D

Tints of Indigo #590C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 36.78%
G = 4.96%
B = 58.26%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#590C8D (or 0x590C8D) is known color: Indigo. HEX triplet: 59, 0C and 8D. RGB value is (89,12,141). Sum of RGB (Red+Green+Blue) = 89+12+141=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #590C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590C8D is #A6F372. Grayscale: #313131. Windows color (decimal): -10941299 or 9243737. OLE color: 9243737.

HSL color Cylindrical-coordinate representation of color #590C8D: hue angle of 275.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590C8D is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 12 141 -
CMYK 0.37 0.91 0 0.45
HSL 275.81º 0.84% 0.3% -
HSV(B) 275.81º 0.91% 0.55% -
XYZ 9.06 4.31 25.55 -
YUV 49.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 89 12 141 0.37 0.91 0 0.45 275.81 0.84 0.3
Hex 59 C 8D 25 5B 0 2D 114 54 1E
Octal 131 14 215 45 133 0 55 424 124 36
Binary 1011001 1100 10001101 100101 1011011 0 101101 100010100 1010100 11110

Color Harmonies of #590C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C8D

Black with #590C8D

Text Example


Text Example

White with #590C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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