Html Css Color HEX #490670 Indigo

📋 copy color: '#490670'

red 73 ◦ green 6 ◦ blue 112

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

Shades of Indigo #490670

Tints of Indigo #490670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 38.22%
G = 3.14%
B = 58.64%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490670 (or 0x490670) is known color: Indigo. HEX triplet: 49, 06 and 70. RGB value is (73,6,112). Sum of RGB (Red+Green+Blue) = 73+6+112=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #490670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490670 is #B6F98F. Grayscale: #252525. Windows color (decimal): -11991440 or 7341641. OLE color: 7341641.

HSL color Cylindrical-coordinate representation of color #490670: hue angle of 277.92º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490670 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 6 112 -
CMYK 0.35 0.95 0 0.56
HSL 277.92º 0.9% 0.23% -
HSV(B) 277.92º 0.95% 0.44% -
XYZ 5.74 2.72 15.55 -
YUV 38.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 73 6 112 0.35 0.95 0 0.56 277.92 0.9 0.23
Hex 49 6 70 23 5F 0 38 116 5A 17
Octal 111 6 160 43 137 0 70 426 132 27
Binary 1001001 110 1110000 100011 1011111 0 111000 100010110 1011010 10111

Color Harmonies of #490670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490670

Black with #490670

Text Example


Text Example

White with #490670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490670; }

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

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

background-color css

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

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

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

border-color css

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

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

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