Html Css Color HEX #590592 Indigo

📋 copy color: '#590592'

red 89 ◦ green 5 ◦ blue 146

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

Shades of Indigo #590592

Tints of Indigo #590592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 37.08%
G = 2.08%
B = 60.83%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#590592 (or 0x590592) is known color: Indigo. HEX triplet: 59, 05 and 92. RGB value is (89,5,146). Sum of RGB (Red+Green+Blue) = 89+5+146=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #590592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590592 is #A6FA6D. Grayscale: #2D2D2D. Windows color (decimal): -10943086 or 9569625. OLE color: 9569625.

HSL color Cylindrical-coordinate representation of color #590592: hue angle of 275.74º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590592 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 5 146 -
CMYK 0.39 0.97 0 0.43
HSL 275.74º 0.93% 0.3% -
HSV(B) 275.74º 0.97% 0.57% -
XYZ 9.36 4.31 27.53 -
YUV 46.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 89 5 146 0.39 0.97 0 0.43 275.74 0.93 0.3
Hex 59 5 92 27 61 0 2B 114 5D 1E
Octal 131 5 222 47 141 0 53 424 135 36
Binary 1011001 101 10010010 100111 1100001 0 101011 100010100 1011101 11110

Color Harmonies of #590592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590592

Black with #590592

Text Example


Text Example

White with #590592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590592; }

 p { color: rgb(89,5,146); }

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

background-color css

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

 a { background-color: rgb(89,5,146); }

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

border-color css

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

 span { border-color: rgb(89,5,146); }

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