Html Css Color HEX #590272 Indigo

📋 copy color: '#590272'

red 89 ◦ green 2 ◦ blue 114

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

Shades of Indigo #590272

Tints of Indigo #590272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 43.41%
G = 0.98%
B = 55.61%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#590272 (or 0x590272) is known color: Indigo. HEX triplet: 59, 02 and 72. RGB value is (89,2,114). Sum of RGB (Red+Green+Blue) = 89+2+114=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #590272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590272 is #A6FD8D. Grayscale: #282828. Windows color (decimal): -10943886 or 7471705. OLE color: 7471705.

HSL color Cylindrical-coordinate representation of color #590272: hue angle of 286.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590272 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 2 114 -
CMYK 0.22 0.98 0 0.55
HSL 286.61º 0.97% 0.23% -
HSV(B) 286.61º 0.98% 0.45% -
XYZ 7.18 3.38 16.19 -
YUV 40.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 89 2 114 0.22 0.98 0 0.55 286.61 0.97 0.23
Hex 59 2 72 16 62 0 37 11F 61 17
Octal 131 2 162 26 142 0 67 437 141 27
Binary 1011001 10 1110010 10110 1100010 0 110111 100011111 1100001 10111

Color Harmonies of #590272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590272

Black with #590272

Text Example


Text Example

White with #590272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590272; }

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

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

background-color css

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

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

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

border-color css

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

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

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