Html Css Color HEX #590C69 Indigo

📋 copy color: '#590C69'

red 89 ◦ green 12 ◦ blue 105

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

Shades of Indigo #590C69

Tints of Indigo #590C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 43.2%
G = 5.83%
B = 50.97%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#590C69 (or 0x590C69) is known color: Indigo. HEX triplet: 59, 0C and 69. RGB value is (89,12,105). Sum of RGB (Red+Green+Blue) = 89+12+105=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #590C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C69 is #A6F396. Grayscale: #2D2D2D. Windows color (decimal): -10941335 or 6884441. OLE color: 6884441.

HSL color Cylindrical-coordinate representation of color #590C69: hue angle of 289.68º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590C69 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 12 105 -
CMYK 0.15 0.89 0 0.59
HSL 289.68º 0.79% 0.23% -
HSV(B) 289.68º 0.89% 0.41% -
XYZ 6.8 3.41 13.66 -
YUV 45.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 89 12 105 0.15 0.89 0 0.59 289.68 0.79 0.23
Hex 59 C 69 F 59 0 3B 122 4F 17
Octal 131 14 151 17 131 0 73 442 117 27
Binary 1011001 1100 1101001 1111 1011001 0 111011 100100010 1001111 10111

Color Harmonies of #590C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C69

Black with #590C69

Text Example


Text Example

White with #590C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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