#490B7B

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

Shades of Indigo #490B7B

Tints of Indigo #490B7B

Color information

#490B7B (or 0x490B7B) is unknown color: approx Indigo. HEX triplet: 49, 0B and 7B. RGB value is (73,11,123). Sum of RGB (Red+Green+Blue) = 73+11+123=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #490B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B7B is #B6F484. Grayscale: #292929. Windows color (decimal): -11990149 or 8063817. OLE color: 8063817.

HSL color Cylindrical-coordinate representation of color #490B7B: hue angle of 273.21º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490B7B is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7311123-
CMYK0.410.9100.52
HSL273.21º83.58%26.27%-
HSV(B)273.21º91.06%48.24%-
XYZ6.443.0918.99-
YUV42.31173.54149.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=35.27%
G=5.31%
B=59.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73111230.410.9100.52273.2183.5826.27
Hex49B7B295B034111541a
Octal111131735113306442112432
Binary10010011011111101110100110110110110100100010001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490B7B; }

 p { color: rgb(73,11,123); }

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

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

 a { background-color: rgb(73,11,123); }

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

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

 span { border-color: rgb(73,11,123); }

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