Html Css Color HEX #490673 Indigo

📋 copy color: '#490673'

red 73 ◦ green 6 ◦ blue 115

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

Shades of Indigo #490673

Tints of Indigo #490673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.28%

R = 37.63%
G = 3.09%
B = 59.28%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490673 (or 0x490673) is known color: Indigo. HEX triplet: 49, 06 and 73. RGB value is (73,6,115). Sum of RGB (Red+Green+Blue) = 73+6+115=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #490673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490673 is #B6F98C. Grayscale: #262626. Windows color (decimal): -11991437 or 7538249. OLE color: 7538249.

HSL color Cylindrical-coordinate representation of color #490673: hue angle of 276.88º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490673 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 6 115 -
CMYK 0.37 0.95 0 0.55
HSL 276.88º 0.9% 0.24% -
HSV(B) 276.88º 0.95% 0.45% -
XYZ 5.91 2.78 16.45 -
YUV 38.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 73 6 115 0.37 0.95 0 0.55 276.88 0.9 0.24
Hex 49 6 73 25 5F 0 37 115 5A 18
Octal 111 6 163 45 137 0 67 425 132 30
Binary 1001001 110 1110011 100101 1011111 0 110111 100010101 1011010 11000

Color Harmonies of #490673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490673

Black with #490673

Text Example


Text Example

White with #490673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490673; }

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

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

background-color css

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

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

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

border-color css

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

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

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