#490585

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

Shades of Indigo #490585

Tints of Indigo #490585

Color information

#490585 (or 0x490585) is unknown color: approx Indigo. HEX triplet: 49, 05 and 85. RGB value is (73,5,133). Sum of RGB (Red+Green+Blue) = 73+5+133=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #490585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490585 is #B6FA7A. Grayscale: #272727. Windows color (decimal): -11991675 or 8717641. OLE color: 8717641.

HSL color Cylindrical-coordinate representation of color #490585: hue angle of 271.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490585 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB735133-
CMYK0.450.9600.48
HSL271.88º92.75%27.06%-
HSV(B)271.88º96.24%52.16%-
XYZ7.043.2222.44-
YUV39.92180.53151.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=34.60%
G=2.37%
B=63.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7351330.450.9600.48271.8892.7527.06
Hex495852D600301105d1b
Octal11152055514006042013533
Binary10010011011000010110110111000000110000100010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490585; }

 p { color: rgb(73,5,133); }

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

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

 a { background-color: rgb(73,5,133); }

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

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

 span { border-color: rgb(73,5,133); }

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