#490862

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

Shades of Indigo #490862

Tints of Indigo #490862

Color information

#490862 (or 0x490862) is unknown color: approx Indigo. HEX triplet: 49, 08 and 62. RGB value is (73,8,98). Sum of RGB (Red+Green+Blue) = 73+8+98=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #490862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490862 is #B6F79D. Grayscale: #252525. Windows color (decimal): -11990942 or 6424649. OLE color: 6424649.

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

Color convert

RGB73898-
CMYK0.260.9200.62
HSL283.33º84.91%20.78%-
HSV(B)283.33º91.84%38.43%-
XYZ5.042.4711.77-
YUV37.69162.03153.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=40.78%
G=4.47%
B=54.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal738980.260.9200.62283.3384.9120.78
Hex498621A5C03E11b5515
Octal111101423213407643312525
Binary1001001100011000101101010111000111110100011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490862; }

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

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

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

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

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

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

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

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