Html Css Color HEX #590288 Indigo

📋 copy color: '#590288'

red 89 ◦ green 2 ◦ blue 136

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

Shades of Indigo #590288

Tints of Indigo #590288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.91%

R = 39.21%
G = 0.88%
B = 59.91%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#590288 (or 0x590288) is known color: Indigo. HEX triplet: 59, 02 and 88. RGB value is (89,2,136). Sum of RGB (Red+Green+Blue) = 89+2+136=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #590288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590288 is #A6FD77. Grayscale: #2A2A2A. Windows color (decimal): -10943864 or 8913497. OLE color: 8913497.

HSL color Cylindrical-coordinate representation of color #590288: hue angle of 278.96º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590288 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 2 136 -
CMYK 0.35 0.99 0 0.47
HSL 278.96º 0.97% 0.27% -
HSV(B) 278.96º 0.99% 0.53% -
XYZ 8.59 3.94 23.6 -
YUV 43.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 89 2 136 0.35 0.99 0 0.47 278.96 0.97 0.27
Hex 59 2 88 23 63 0 2F 117 61 1B
Octal 131 2 210 43 143 0 57 427 141 33
Binary 1011001 10 10001000 100011 1100011 0 101111 100010111 1100001 11011

Color Harmonies of #590288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590288

Black with #590288

Text Example


Text Example

White with #590288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590288; }

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

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

background-color css

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

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

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

border-color css

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

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

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