Html Css Color HEX #490786 Indigo

📋 copy color: '#490786'

red 73 ◦ green 7 ◦ blue 134

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

Shades of Indigo #490786

Tints of Indigo #490786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 34.11%
G = 3.27%
B = 62.62%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490786 (or 0x490786) is known color: Indigo. HEX triplet: 49, 07 and 86. RGB value is (73,7,134). Sum of RGB (Red+Green+Blue) = 73+7+134=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #490786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490786 is #B6F879. Grayscale: #282828. Windows color (decimal): -11991162 or 8783689. OLE color: 8783689.

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

Color convert

RGB 73 7 134 -
CMYK 0.46 0.95 0 0.47
HSL 271.18º 0.9% 0.28% -
HSV(B) 271.18º 0.95% 0.53% -
XYZ 7.13 3.29 22.81 -
YUV 41.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 73 7 134 0.46 0.95 0 0.47 271.18 0.9 0.28
Hex 49 7 86 2E 5F 0 2F 10F 5A 1C
Octal 111 7 206 56 137 0 57 417 132 34
Binary 1001001 111 10000110 101110 1011111 0 101111 100001111 1011010 11100

Color Harmonies of #490786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490786

Black with #490786

Text Example


Text Example

White with #490786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490786; }

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

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

background-color css

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

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

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

border-color css

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

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

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