#490388

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

Shades of Indigo #490388

Tints of Indigo #490388

Color information

#490388 (or 0x490388) is unknown color: approx Indigo. HEX triplet: 49, 03 and 88. RGB value is (73,3,136). Sum of RGB (Red+Green+Blue) = 73+3+136=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #490388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490388 is #B6FC77. Grayscale: #262626. Windows color (decimal): -11992184 or 8913737. OLE color: 8913737.

HSL color Cylindrical-coordinate representation of color #490388: hue angle of 271.58º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490388 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB733136-
CMYK0.460.9800.47
HSL271.58º95.68%27.25%-
HSV(B)271.58º97.79%53.33%-
XYZ7.223.2623.54-
YUV39.09182.69152.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 136 (53.52% from 255) = 64.15%
R=34.43%
G=1.42%
B=64.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7331360.460.9800.47271.5895.6827.25
Hex493882E6202F110601b
Octal11132105614205742014033
Binary1001001111000100010111011000100101111100010000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490388; }

 p { color: rgb(73,3,136); }

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

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

 a { background-color: rgb(73,3,136); }

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

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

 span { border-color: rgb(73,3,136); }

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