Html Css Color HEX #490163 Indigo

📋 copy color: '#490163'

red 73 ◦ green 1 ◦ blue 99

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

Shades of Indigo #490163

Tints of Indigo #490163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 42.2%
G = 0.58%
B = 57.23%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490163 (or 0x490163) is known color: Indigo. HEX triplet: 49, 01 and 63. RGB value is (73,1,99). Sum of RGB (Red+Green+Blue) = 73+1+99=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #490163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490163 is #B6FE9C. Grayscale: #212121. Windows color (decimal): -11992733 or 6488393. OLE color: 6488393.

HSL color Cylindrical-coordinate representation of color #490163: hue angle of 284.08º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490163 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 1 99 -
CMYK 0.26 0.99 0 0.61
HSL 284.08º 0.98% 0.2% -
HSV(B) 284.08º 0.99% 0.39% -
XYZ 5.01 2.34 11.99 -
YUV 33.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 73 1 99 0.26 0.99 0 0.61 284.08 0.98 0.2
Hex 49 1 63 1A 63 0 3D 11C 62 14
Octal 111 1 143 32 143 0 75 434 142 24
Binary 1001001 1 1100011 11010 1100011 0 111101 100011100 1100010 10100

Color Harmonies of #490163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490163

Black with #490163

Text Example


Text Example

White with #490163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490163; }

 p { color: rgb(73,1,99); }

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

background-color css

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

 a { background-color: rgb(73,1,99); }

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

border-color css

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

 span { border-color: rgb(73,1,99); }

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