#590272

Color #590272 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #590272

Tints of Indigo #590272

Color information

#590272 (or 0x590272) is unknown color: approx 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

RGB892114-
CMYK0.220.9800.55
HSL286.61º96.55%22.75%-
HSV(B)286.61º98.25%44.71%-
XYZ7.183.3816.19-
YUV40.78169.32162.39-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8921140.220.9800.55286.6196.5522.75
Hex59272166203711f6117
Octal13121622614206743714127
Binary10110011011100101011011000100110111100011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>