Html Css Color HEX #490363 Indigo

📋 copy color: '#490363'

red 73 ◦ green 3 ◦ blue 99

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

Shades of Indigo #490363

Tints of Indigo #490363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 41.71%
G = 1.71%
B = 56.57%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490363 (or 0x490363) is known color: Indigo. HEX triplet: 49, 03 and 63. RGB value is (73,3,99). Sum of RGB (Red+Green+Blue) = 73+3+99=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #490363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490363 is #B6FC9C. Grayscale: #222222. Windows color (decimal): -11992221 or 6488905. OLE color: 6488905.

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

Color convert

RGB 73 3 99 -
CMYK 0.26 0.97 0 0.61
HSL 283.75º 0.94% 0.2% -
HSV(B) 283.75º 0.97% 0.39% -
XYZ 5.03 2.38 12 -
YUV 34.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 73 3 99 0.26 0.97 0 0.61 283.75 0.94 0.2
Hex 49 3 63 1A 61 0 3D 11C 5E 14
Octal 111 3 143 32 141 0 75 434 136 24
Binary 1001001 11 1100011 11010 1100001 0 111101 100011100 1011110 10100

Color Harmonies of #490363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490363

Black with #490363

Text Example


Text Example

White with #490363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490363; }

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

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

background-color css

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

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

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

border-color css

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

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

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