#591278

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

Shades of Indigo #591278

Tints of Indigo #591278

Color information

#591278 (or 0x591278) is unknown color: approx Indigo. HEX triplet: 59, 12 and 78. RGB value is (89,18,120). Sum of RGB (Red+Green+Blue) = 89+18+120=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #591278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591278 is #A6ED87. Grayscale: #323232. Windows color (decimal): -10939784 or 7869017. OLE color: 7869017.

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

Color convert

RGB8918120-
CMYK0.260.8500.53
HSL281.76º73.91%27.06%-
HSV(B)281.76º85%47.06%-
XYZ7.733.9118.12-
YUV50.86167.02155.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=39.21%
G=7.93%
B=52.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89181200.260.8500.53281.7673.9127.06
Hex5912781A5503511a4a1b
Octal131221703212506543211233
Binary10110011001011110001101010101010110101100011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591278; }

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

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

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

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

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

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

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

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