#490562

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

Shades of Indigo #490562

Tints of Indigo #490562

Color information

#490562 (or 0x490562) is unknown color: approx Indigo. HEX triplet: 49, 05 and 62. RGB value is (73,5,98). Sum of RGB (Red+Green+Blue) = 73+5+98=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #490562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490562 is #B6FA9D. Grayscale: #232323. Windows color (decimal): -11991710 or 6423881. OLE color: 6423881.

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

Color convert

RGB73598-
CMYK0.260.9500.62
HSL283.87º90.29%20.2%-
HSV(B)283.87º94.9%38.43%-
XYZ5.012.4111.76-
YUV35.93163.03154.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=41.48%
G=2.84%
B=55.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal735980.260.9500.62283.8790.2920.2
Hex495621A5F03E11c5a14
Octal11151423213707643413224
Binary100100110111000101101010111110111110100011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490562; }

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

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

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

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

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

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

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

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