Html Css Color HEX #590262 Indigo

📋 copy color: '#590262'

red 89 ◦ green 2 ◦ blue 98

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

Shades of Indigo #590262

Tints of Indigo #590262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 47.09%
G = 1.06%
B = 51.85%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590262 (or 0x590262) is known color: Indigo. HEX triplet: 59, 02 and 62. RGB value is (89,2,98). Sum of RGB (Red+Green+Blue) = 89+2+98=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #590262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590262 is #A6FD9D. Grayscale: #262626. Windows color (decimal): -10943902 or 6423129. OLE color: 6423129.

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

Color convert

RGB 89 2 98 -
CMYK 0.09 0.98 0 0.62
HSL 294.38º 0.96% 0.2% -
HSV(B) 294.38º 0.98% 0.38% -
XYZ 6.35 3.05 11.81 -
YUV 38.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 89 2 98 0.09 0.98 0 0.62 294.38 0.96 0.2
Hex 59 2 62 9 62 0 3E 126 60 14
Octal 131 2 142 11 142 0 76 446 140 24
Binary 1011001 10 1100010 1001 1100010 0 111110 100100110 1100000 10100

Color Harmonies of #590262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590262

Black with #590262

Text Example


Text Example

White with #590262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590262; }

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

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

background-color css

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

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

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

border-color css

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

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

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