Html Css Color HEX #490686 Indigo

📋 copy color: '#490686'

red 73 ◦ green 6 ◦ blue 134

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

Shades of Indigo #490686

Tints of Indigo #490686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 34.27%
G = 2.82%
B = 62.91%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490686 (or 0x490686) is known color: Indigo. HEX triplet: 49, 06 and 86. RGB value is (73,6,134). Sum of RGB (Red+Green+Blue) = 73+6+134=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #490686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490686 is #B6F979. Grayscale: #282828. Windows color (decimal): -11991418 or 8783433. OLE color: 8783433.

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

Color convert

RGB 73 6 134 -
CMYK 0.46 0.96 0 0.47
HSL 271.41º 0.91% 0.27% -
HSV(B) 271.41º 0.96% 0.53% -
XYZ 7.12 3.27 22.81 -
YUV 40.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 73 6 134 0.46 0.96 0 0.47 271.41 0.91 0.27
Hex 49 6 86 2E 60 0 2F 10F 5B 1B
Octal 111 6 206 56 140 0 57 417 133 33
Binary 1001001 110 10000110 101110 1100000 0 101111 100001111 1011011 11011

Color Harmonies of #490686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490686

Black with #490686

Text Example


Text Example

White with #490686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490686; }

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

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

background-color css

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

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

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

border-color css

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

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

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