Html Css Color HEX #590495 Indigo

📋 copy color: '#590495'

red 89 ◦ green 4 ◦ blue 149

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

Shades of Indigo #590495

Tints of Indigo #590495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 36.78%
G = 1.65%
B = 61.57%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590495 (or 0x590495) is known color: Indigo. HEX triplet: 59, 04 and 95. RGB value is (89,4,149). Sum of RGB (Red+Green+Blue) = 89+4+149=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #590495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590495 is #A6FB6A. Grayscale: #2D2D2D. Windows color (decimal): -10943339 or 9765977. OLE color: 9765977.

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

Color convert

RGB 89 4 149 -
CMYK 0.40 0.97 0 0.42
HSL 275.17º 0.95% 0.3% -
HSV(B) 275.17º 0.97% 0.58% -
XYZ 9.59 4.38 28.77 -
YUV 45.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 89 4 149 0.40 0.97 0 0.42 275.17 0.95 0.3
Hex 59 4 95 28 61 0 2A 113 5F 1E
Octal 131 4 225 50 141 0 52 423 137 36
Binary 1011001 100 10010101 101000 1100001 0 101010 100010011 1011111 11110

Color Harmonies of #590495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590495

Black with #590495

Text Example


Text Example

White with #590495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590495; }

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

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

background-color css

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

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

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

border-color css

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

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

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