#590268

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

Shades of Indigo #590268

Tints of Indigo #590268

Color information

#590268 (or 0x590268) is unknown color: approx Indigo. HEX triplet: 59, 02 and 68. RGB value is (89,2,104). Sum of RGB (Red+Green+Blue) = 89+2+104=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #590268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590268 is #A6FD97. Grayscale: #272727. Windows color (decimal): -10943896 or 6816345. OLE color: 6816345.

HSL color Cylindrical-coordinate representation of color #590268: hue angle of 291.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590268 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB892104-
CMYK0.140.9800.59
HSL291.18º96.23%20.78%-
HSV(B)291.18º98.08%40.78%-
XYZ6.643.1713.36-
YUV39.64164.32163.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=45.64%
G=1.03%
B=53.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8921040.140.9800.59291.1896.2320.78
Hex59268E6203B1236015
Octal13121501614207344314025
Binary1011001101101000111011000100111011100100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590268; }

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

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

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

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

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

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

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

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