#490185

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

Shades of Indigo #490185

Tints of Indigo #490185

Color information

#490185 (or 0x490185) is unknown color: approx Indigo. HEX triplet: 49, 01 and 85. RGB value is (73,1,133). Sum of RGB (Red+Green+Blue) = 73+1+133=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #490185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490185 is #B6FE7A. Grayscale: #252525. Windows color (decimal): -11992699 or 8716617. OLE color: 8716617.

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

Color convert

RGB731133-
CMYK0.450.9900.48
HSL272.73º98.51%26.27%-
HSV(B)272.73º99.25%52.16%-
XYZ6.993.1322.43-
YUV37.58181.85153.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=35.27%
G=0.48%
B=64.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7311330.450.9900.48272.7398.5126.27
Hex491852D63030111631a
Octal11112055514306042114332
Binary100100111000010110110111000110110000100010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490185; }

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

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

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

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

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

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

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

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