#591270

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

Shades of Indigo #591270

Tints of Indigo #591270

Color information

#591270 (or 0x591270) is unknown color: approx Indigo. HEX triplet: 59, 12 and 70. RGB value is (89,18,112). Sum of RGB (Red+Green+Blue) = 89+18+112=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #591270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591270 is #A6ED8F. Grayscale: #313131. Windows color (decimal): -10939792 or 7344729. OLE color: 7344729.

HSL color Cylindrical-coordinate representation of color #591270: hue angle of 285.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591270 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8918112-
CMYK0.210.8400.56
HSL285.32º72.31%25.49%-
HSV(B)285.32º83.93%43.92%-
XYZ7.263.7315.67-
YUV49.94163.02155.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=40.64%
G=8.22%
B=51.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89181120.210.8400.56285.3272.3125.49
Hex591270155403811d4819
Octal131221602512407043511031
Binary10110011001011100001010110101000111000100011101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591270; }

 p { color: rgb(89,18,112); }

 H1.HeaderClassName
 {
   color: #591270;
 }
 .AnyTagClassName
 {
   color: #591270;
 }
</style>
background-color css

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

 a { background-color: rgb(89,18,112); }

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

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

 span { border-color: rgb(89,18,112); }

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