#490484

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

Shades of Indigo #490484

Tints of Indigo #490484

Color information

#490484 (or 0x490484) is unknown color: approx Indigo. HEX triplet: 49, 04 and 84. RGB value is (73,4,132). Sum of RGB (Red+Green+Blue) = 73+4+132=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #490484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490484 is #B6FB7B. Grayscale: #262626. Windows color (decimal): -11991932 or 8651849. OLE color: 8651849.

HSL color Cylindrical-coordinate representation of color #490484: hue angle of 272.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490484 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB734132-
CMYK0.450.9700.48
HSL272.34º94.12%26.67%-
HSV(B)272.34º96.97%51.76%-
XYZ6.963.1722.07-
YUV39.22180.36152.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=34.93%
G=1.91%
B=63.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7341320.450.9700.48272.3494.1226.67
Hex494842D610301105e1b
Octal11142045514106042013633
Binary10010011001000010010110111000010110000100010000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490484; }

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

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

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

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

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

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

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

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