Html Css Color HEX #590769 Indigo

📋 copy color: '#590769'

red 89 ◦ green 7 ◦ blue 105

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

Shades of Indigo #590769

Tints of Indigo #590769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

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

R = 44.28%
G = 3.48%
B = 52.24%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#590769 (or 0x590769) is known color: Indigo. HEX triplet: 59, 07 and 69. RGB value is (89,7,105). Sum of RGB (Red+Green+Blue) = 89+7+105=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #590769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590769 is #A6F896. Grayscale: #2A2A2A. Windows color (decimal): -10942615 or 6883161. OLE color: 6883161.

HSL color Cylindrical-coordinate representation of color #590769: hue angle of 290.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590769 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 7 105 -
CMYK 0.15 0.93 0 0.59
HSL 290.2º 0.88% 0.22% -
HSV(B) 290.2º 0.93% 0.41% -
XYZ 6.75 3.3 13.65 -
YUV 42.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 89 7 105 0.15 0.93 0 0.59 290.2 0.88 0.22
Hex 59 7 69 F 5D 0 3B 122 58 16
Octal 131 7 151 17 135 0 73 442 130 26
Binary 1011001 111 1101001 1111 1011101 0 111011 100100010 1011000 10110

Color Harmonies of #590769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590769

Black with #590769

Text Example


Text Example

White with #590769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590769; }

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

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

background-color css

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

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

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

border-color css

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

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

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