Html Css Color HEX #590198 Indigo

📋 copy color: '#590198'

red 89 ◦ green 1 ◦ blue 152

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

Shades of Indigo #590198

Tints of Indigo #590198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 36.78%
G = 0.41%
B = 62.81%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#590198 (or 0x590198) is known color: Indigo. HEX triplet: 59, 01 and 98. RGB value is (89,1,152). Sum of RGB (Red+Green+Blue) = 89+1+152=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #590198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590198 is #A6FE67. Grayscale: #2C2C2C. Windows color (decimal): -10944104 or 9961817. OLE color: 9961817.

HSL color Cylindrical-coordinate representation of color #590198: hue angle of 274.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590198 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 1 152 -
CMYK 0.41 0.99 0 0.40
HSL 274.97º 0.99% 0.3% -
HSV(B) 274.97º 0.99% 0.6% -
XYZ 9.8 4.41 30.04 -
YUV 44.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 89 1 152 0.41 0.99 0 0.40 274.97 0.99 0.3
Hex 59 1 98 29 63 0 28 113 63 1E
Octal 131 1 230 51 143 0 50 423 143 36
Binary 1011001 1 10011000 101001 1100011 0 101000 100010011 1100011 11110

Color Harmonies of #590198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590198

Black with #590198

Text Example


Text Example

White with #590198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590198; }

 p { color: rgb(89,1,152); }

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

background-color css

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

 a { background-color: rgb(89,1,152); }

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

border-color css

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

 span { border-color: rgb(89,1,152); }

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