#490492

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

Shades of Indigo #490492

Tints of Indigo #490492

Color information

#490492 (or 0x490492) is unknown color: approx Indigo. HEX triplet: 49, 04 and 92. RGB value is (73,4,146). Sum of RGB (Red+Green+Blue) = 73+4+146=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #490492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490492 is #B6FB6D. Grayscale: #282828. Windows color (decimal): -11991918 or 9569353. OLE color: 9569353.

HSL color Cylindrical-coordinate representation of color #490492: hue angle of 269.15º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490492 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB734146-
CMYK0.50.9700.43
HSL269.15º94.67%29.41%-
HSV(B)269.15º97.26%57.25%-
XYZ7.983.5827.46-
YUV40.82187.36150.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=32.74%
G=1.79%
B=65.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7341460.50.9700.43269.1594.6729.41
Hex49492326102B10d5f1d
Octal11142226214105341513735
Binary10010011001001001011001011000010101011100001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490492; }

 p { color: rgb(73,4,146); }

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

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

 a { background-color: rgb(73,4,146); }

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

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

 span { border-color: rgb(73,4,146); }

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