Html Css Color HEX #490986 Indigo

📋 copy color: '#490986'

red 73 ◦ green 9 ◦ blue 134

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

Shades of Indigo #490986

Tints of Indigo #490986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.04%

R = 33.8%
G = 4.17%
B = 62.04%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490986 (or 0x490986) is known color: Indigo. HEX triplet: 49, 09 and 86. RGB value is (73,9,134). Sum of RGB (Red+Green+Blue) = 73+9+134=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #490986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490986 is #B6F679. Grayscale: #292929. Windows color (decimal): -11990650 or 8784201. OLE color: 8784201.

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

Color convert

RGB 73 9 134 -
CMYK 0.46 0.93 0 0.47
HSL 270.72º 0.87% 0.28% -
HSV(B) 270.72º 0.93% 0.53% -
XYZ 7.15 3.33 22.82 -
YUV 42.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 73 9 134 0.46 0.93 0 0.47 270.72 0.87 0.28
Hex 49 9 86 2E 5D 0 2F 10F 57 1C
Octal 111 11 206 56 135 0 57 417 127 34
Binary 1001001 1001 10000110 101110 1011101 0 101111 100001111 1010111 11100

Color Harmonies of #490986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490986

Black with #490986

Text Example


Text Example

White with #490986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490986; }

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

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

background-color css

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

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

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

border-color css

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

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

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