Html Css Color HEX #490966 Indigo

📋 copy color: '#490966'

red 73 ◦ green 9 ◦ blue 102

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

Shades of Indigo #490966

Tints of Indigo #490966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 39.67%
G = 4.89%
B = 55.43%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#490966 (or 0x490966) is known color: Indigo. HEX triplet: 49, 09 and 66. RGB value is (73,9,102). Sum of RGB (Red+Green+Blue) = 73+9+102=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #490966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490966 is #B6F699. Grayscale: #262626. Windows color (decimal): -11990682 or 6687049. OLE color: 6687049.

HSL color Cylindrical-coordinate representation of color #490966: hue angle of 281.29º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490966 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 9 102 -
CMYK 0.28 0.91 0 0.6
HSL 281.29º 0.84% 0.22% -
HSV(B) 281.29º 0.91% 0.4% -
XYZ 5.24 2.57 12.79 -
YUV 38.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 73 9 102 0.28 0.91 0 0.6 281.29 0.84 0.22
Hex 49 9 66 1C 5B 0 3C 119 54 16
Octal 111 11 146 34 133 0 74 431 124 26
Binary 1001001 1001 1100110 11100 1011011 0 111100 100011001 1010100 10110

Color Harmonies of #490966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490966

Black with #490966

Text Example


Text Example

White with #490966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490966; }

 p { color: rgb(73,9,102); }

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

background-color css

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

 a { background-color: rgb(73,9,102); }

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

border-color css

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

 span { border-color: rgb(73,9,102); }

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