Html Css Color HEX #590098 Indigo

📋 copy color: '#590098'

red 89 ◦ green 0 ◦ blue 152

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

Shades of Indigo #590098

Tints of Indigo #590098

RGB

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

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

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

R = 36.93%
G = 0%
B = 63.07%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#590098 (or 0x590098) is known color: Indigo. HEX triplet: 59, 00 and 98. RGB value is (89,0,152). Sum of RGB (Red+Green+Blue) = 89+0+152=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #590098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590098 is #A6FF67. Grayscale: #2B2B2B. Windows color (decimal): -10944360 or 9961561. OLE color: 9961561.

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

Color convert

RGB 89 0 152 -
CMYK 0.41 1 0 0.40
HSL 275.13º 1% 0.3% -
HSV(B) 275.13º 1% 0.6% -
XYZ 9.79 4.39 30.04 -
YUV 43.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 89 0 152 0.41 1 0 0.40 275.13 1 0.3
Hex 59 0 98 29 64 0 28 113 64 1E
Octal 131 0 230 51 144 0 50 423 144 36
Binary 1011001 0 10011000 101001 1100100 0 101000 100010011 1100100 11110

Color Harmonies of #590098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590098

Black with #590098

Text Example


Text Example

White with #590098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590098; }

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

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

background-color css

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

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

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

border-color css

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

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

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