#490262

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

Shades of Indigo #490262

Tints of Indigo #490262

Color information

#490262 (or 0x490262) is unknown color: approx Indigo. HEX triplet: 49, 02 and 62. RGB value is (73,2,98). Sum of RGB (Red+Green+Blue) = 73+2+98=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #490262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490262 is #B6FD9D. Grayscale: #212121. Windows color (decimal): -11992478 or 6423113. OLE color: 6423113.

HSL color Cylindrical-coordinate representation of color #490262: hue angle of 284.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490262 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73298-
CMYK0.260.9800.62
HSL284.38º96%19.61%-
HSV(B)284.38º97.96%38.43%-
XYZ4.972.3411.75-
YUV34.17164.02155.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=42.20%
G=1.16%
B=56.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal732980.260.9800.62284.389619.61
Hex492621A6203E11c6014
Octal11121423214207643414024
Binary10010011011000101101011000100111110100011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490262; }

 p { color: rgb(73,2,98); }

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

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

 a { background-color: rgb(73,2,98); }

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

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

 span { border-color: rgb(73,2,98); }

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