Html Css Color HEX #490660 Indigo

📋 copy color: '#490660'

red 73 ◦ green 6 ◦ blue 96

#490660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #490660

Tints of Indigo #490660

RGB

 RED value IS 73 (28.91% from 255) = 41.71%

 GREEN value IS 6 (2.73% from 255) = 3.43%

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 41.71%
G = 3.43%
B = 54.86%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490660 (or 0x490660) is known color: Indigo. HEX triplet: 49, 06 and 60. RGB value is (73,6,96). Sum of RGB (Red+Green+Blue) = 73+6+96=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #490660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490660 is #B6F99F. Grayscale: #242424. Windows color (decimal): -11991456 or 6293065. OLE color: 6293065.

HSL color Cylindrical-coordinate representation of color #490660: hue angle of 284.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490660 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 6 96 -
CMYK 0.24 0.94 0 0.62
HSL 284.67º 0.88% 0.2% -
HSV(B) 284.67º 0.94% 0.38% -
XYZ 4.92 2.39 11.27 -
YUV 36.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 73 6 96 0.24 0.94 0 0.62 284.67 0.88 0.2
Hex 49 6 60 18 5E 0 3E 11D 58 14
Octal 111 6 140 30 136 0 76 435 130 24
Binary 1001001 110 1100000 11000 1011110 0 111110 100011101 1011000 10100

Color Harmonies of #490660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490660

Black with #490660

Text Example


Text Example

White with #490660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490660; }

 p { color: rgb(73,6,96); }

 H1.HeaderClassName
 {
   color: #490660;
 }
 .AnyTagClassName
 {
   color: #490660;
 }
</style>

background-color css

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

 a { background-color: rgb(73,6,96); }

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

border-color css

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

 span { border-color: rgb(73,6,96); }

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