#490895

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

Shades of Indigo #490895

Tints of Indigo #490895

Color information

#490895 (or 0x490895) is unknown color: approx Indigo. HEX triplet: 49, 08 and 95. RGB value is (73,8,149). Sum of RGB (Red+Green+Blue) = 73+8+149=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #490895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490895 is #B6F76A. Grayscale: #2B2B2B. Windows color (decimal): -11990891 or 9766985. OLE color: 9766985.

HSL color Cylindrical-coordinate representation of color #490895: hue angle of 267.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490895 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB738149-
CMYK0.510.9500.42
HSL267.66º89.81%30.78%-
HSV(B)267.66º94.63%58.43%-
XYZ8.263.7628.72-
YUV43.51187.53149.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=31.74%
G=3.48%
B=64.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7381490.510.9500.42267.6689.8130.78
Hex49895335F02A10c5a1f
Octal111102256313705241413237
Binary100100110001001010111001110111110101010100001100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490895; }

 p { color: rgb(73,8,149); }

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

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

 a { background-color: rgb(73,8,149); }

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

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

 span { border-color: rgb(73,8,149); }

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