#490B93

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

Shades of Indigo #490B93

Tints of Indigo #490B93

Color information

#490B93 (or 0x490B93) is unknown color: approx Indigo. HEX triplet: 49, 0B and 93. RGB value is (73,11,147). Sum of RGB (Red+Green+Blue) = 73+11+147=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #490B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B93 is #B6F46C. Grayscale: #2C2C2C. Windows color (decimal): -11990125 or 9636681. OLE color: 9636681.

HSL color Cylindrical-coordinate representation of color #490B93: hue angle of 267.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490B93 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7311147-
CMYK0.500.9300.42
HSL267.35º86.08%30.98%-
HSV(B)267.35º92.52%57.65%-
XYZ8.133.7627.9-
YUV45.04185.54147.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=31.60%
G=4.76%
B=63.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73111470.500.9300.42267.3586.0830.98
Hex49B93325D02A10b561f
Octal111132236213505241312637
Binary100100110111001001111001010111010101010100001011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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