Html Css Color HEX #590062 Indigo

📋 copy color: '#590062'

red 89 ◦ green 0 ◦ blue 98

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

Shades of Indigo #590062

Tints of Indigo #590062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 47.59%
G = 0%
B = 52.41%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590062 (or 0x590062) is known color: Indigo. HEX triplet: 59, 00 and 62. RGB value is (89,0,98). Sum of RGB (Red+Green+Blue) = 89+0+98=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #590062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590062 is #A6FF9D. Grayscale: #252525. Windows color (decimal): -10944414 or 6422617. OLE color: 6422617.

HSL color Cylindrical-coordinate representation of color #590062: hue angle of 294.49º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590062 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 0 98 -
CMYK 0.09 1 0 0.62
HSL 294.49º 1% 0.19% -
HSV(B) 294.49º 1% 0.38% -
XYZ 6.32 3.01 11.8 -
YUV 37.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 89 0 98 0.09 1 0 0.62 294.49 1 0.19
Hex 59 0 62 9 64 0 3E 126 64 13
Octal 131 0 142 11 144 0 76 446 144 23
Binary 1011001 0 1100010 1001 1100100 0 111110 100100110 1100100 10011

Color Harmonies of #590062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590062

Black with #590062

Text Example


Text Example

White with #590062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590062; }

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

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

background-color css

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

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

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

border-color css

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

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

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