Html Css Color HEX #490486 Indigo

📋 copy color: '#490486'

red 73 ◦ green 4 ◦ blue 134

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

Shades of Indigo #490486

Tints of Indigo #490486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 34.6%
G = 1.9%
B = 63.51%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490486 (or 0x490486) is known color: Indigo. HEX triplet: 49, 04 and 86. RGB value is (73,4,134). Sum of RGB (Red+Green+Blue) = 73+4+134=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #490486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490486 is #B6FB79. Grayscale: #272727. Windows color (decimal): -11991930 or 8782921. OLE color: 8782921.

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

Color convert

RGB 73 4 134 -
CMYK 0.46 0.97 0 0.47
HSL 271.85º 0.94% 0.27% -
HSV(B) 271.85º 0.97% 0.53% -
XYZ 7.09 3.22 22.8 -
YUV 39.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 73 4 134 0.46 0.97 0 0.47 271.85 0.94 0.27
Hex 49 4 86 2E 61 0 2F 110 5E 1B
Octal 111 4 206 56 141 0 57 420 136 33
Binary 1001001 100 10000110 101110 1100001 0 101111 100010000 1011110 11011

Color Harmonies of #490486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490486

Black with #490486

Text Example


Text Example

White with #490486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490486; }

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

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

background-color css

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

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

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

border-color css

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

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

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