#590267

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

Shades of Indigo #590267

Tints of Indigo #590267

Color information

#590267 (or 0x590267) is unknown color: approx Indigo. HEX triplet: 59, 02 and 67. RGB value is (89,2,103). Sum of RGB (Red+Green+Blue) = 89+2+103=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #590267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590267 is #A6FD98. Grayscale: #272727. Windows color (decimal): -10943897 or 6750809. OLE color: 6750809.

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

Color convert

RGB892103-
CMYK0.140.9800.60
HSL291.68º96.19%20.59%-
HSV(B)291.68º98.06%40.39%-
XYZ6.593.1513.09-
YUV39.53163.82163.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=45.88%
G=1.03%
B=53.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8921030.140.9800.60291.6896.1920.59
Hex59267E6203C1246015
Octal13121471614207444414025
Binary1011001101100111111011000100111100100100100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590267; }

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

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

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

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

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

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

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

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