Html Css Color HEX #490886 Indigo

📋 copy color: '#490886'

red 73 ◦ green 8 ◦ blue 134

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

Shades of Indigo #490886

Tints of Indigo #490886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 33.95%
G = 3.72%
B = 62.33%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490886 (or 0x490886) is known color: Indigo. HEX triplet: 49, 08 and 86. RGB value is (73,8,134). Sum of RGB (Red+Green+Blue) = 73+8+134=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #490886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490886 is #B6F779. Grayscale: #292929. Windows color (decimal): -11990906 or 8783945. OLE color: 8783945.

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

Color convert

RGB 73 8 134 -
CMYK 0.46 0.94 0 0.47
HSL 270.95º 0.89% 0.28% -
HSV(B) 270.95º 0.94% 0.53% -
XYZ 7.14 3.31 22.82 -
YUV 41.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 73 8 134 0.46 0.94 0 0.47 270.95 0.89 0.28
Hex 49 8 86 2E 5E 0 2F 10F 59 1C
Octal 111 10 206 56 136 0 57 417 131 34
Binary 1001001 1000 10000110 101110 1011110 0 101111 100001111 1011001 11100

Color Harmonies of #490886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490886

Black with #490886

Text Example


Text Example

White with #490886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490886; }

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

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

background-color css

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

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

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

border-color css

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

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

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