Html Css Color HEX #590975 Indigo

📋 copy color: '#590975'

red 89 ◦ green 9 ◦ blue 117

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

Shades of Indigo #590975

Tints of Indigo #590975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 41.4%
G = 4.19%
B = 54.42%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#590975 (or 0x590975) is known color: Indigo. HEX triplet: 59, 09 and 75. RGB value is (89,9,117). Sum of RGB (Red+Green+Blue) = 89+9+117=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #590975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590975 is #A6F68A. Grayscale: #2C2C2C. Windows color (decimal): -10942091 or 7670105. OLE color: 7670105.

HSL color Cylindrical-coordinate representation of color #590975: hue angle of 284.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590975 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 9 117 -
CMYK 0.24 0.92 0 0.54
HSL 284.44º 0.86% 0.25% -
HSV(B) 284.44º 0.92% 0.46% -
XYZ 7.43 3.6 17.13 -
YUV 45.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 89 9 117 0.24 0.92 0 0.54 284.44 0.86 0.25
Hex 59 9 75 18 5C 0 36 11C 56 19
Octal 131 11 165 30 134 0 66 434 126 31
Binary 1011001 1001 1110101 11000 1011100 0 110110 100011100 1010110 11001

Color Harmonies of #590975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590975

Black with #590975

Text Example


Text Example

White with #590975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590975; }

 p { color: rgb(89,9,117); }

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

background-color css

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

 a { background-color: rgb(89,9,117); }

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

border-color css

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

 span { border-color: rgb(89,9,117); }

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