Html Css Color HEX #590095 Indigo

📋 copy color: '#590095'

red 89 ◦ green 0 ◦ blue 149

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

Shades of Indigo #590095

Tints of Indigo #590095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 37.39%
G = 0%
B = 62.61%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590095 (or 0x590095) is known color: Indigo. HEX triplet: 59, 00 and 95. RGB value is (89,0,149). Sum of RGB (Red+Green+Blue) = 89+0+149=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #590095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590095 is #A6FF6A. Grayscale: #2B2B2B. Windows color (decimal): -10944363 or 9764953. OLE color: 9764953.

HSL color Cylindrical-coordinate representation of color #590095: hue angle of 275.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590095 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 0 149 -
CMYK 0.40 1 0 0.42
HSL 275.84º 1% 0.29% -
HSV(B) 275.84º 1% 0.58% -
XYZ 9.54 4.29 28.76 -
YUV 43.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 89 0 149 0.40 1 0 0.42 275.84 1 0.29
Hex 59 0 95 28 64 0 2A 114 64 1D
Octal 131 0 225 50 144 0 52 424 144 35
Binary 1011001 0 10010101 101000 1100100 0 101010 100010100 1100100 11101

Color Harmonies of #590095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590095

Black with #590095

Text Example


Text Example

White with #590095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590095; }

 p { color: rgb(89,0,149); }

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

background-color css

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

 a { background-color: rgb(89,0,149); }

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

border-color css

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

 span { border-color: rgb(89,0,149); }

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