#490267

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

Shades of Indigo #490267

Tints of Indigo #490267

Color information

#490267 (or 0x490267) is unknown color: approx Indigo. HEX triplet: 49, 02 and 67. RGB value is (73,2,103). Sum of RGB (Red+Green+Blue) = 73+2+103=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #490267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490267 is #B6FD98. Grayscale: #222222. Windows color (decimal): -11992473 or 6750793. OLE color: 6750793.

HSL color Cylindrical-coordinate representation of color #490267: hue angle of 282.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490267 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB732103-
CMYK0.290.9800.60
HSL282.18º96.19%20.59%-
HSV(B)282.18º98.06%40.39%-
XYZ5.222.4413.03-
YUV34.74166.52155.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 103 (40.62% from 255) = 57.87%
R=41.01%
G=1.12%
B=57.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7321030.290.9800.60282.1896.1920.59
Hex492671D6203C11a6015
Octal11121473514207443214025
Binary10010011011001111110111000100111100100011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490267; }

 p { color: rgb(73,2,103); }

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

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

 a { background-color: rgb(73,2,103); }

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

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

 span { border-color: rgb(73,2,103); }

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