Html Css Color HEX #490963 Indigo

📋 copy color: '#490963'

red 73 ◦ green 9 ◦ blue 99

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

Shades of Indigo #490963

Tints of Indigo #490963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 40.33%
G = 4.97%
B = 54.7%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490963 (or 0x490963) is known color: Indigo. HEX triplet: 49, 09 and 63. RGB value is (73,9,99). Sum of RGB (Red+Green+Blue) = 73+9+99=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #490963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490963 is #B6F69C. Grayscale: #262626. Windows color (decimal): -11990685 or 6490441. OLE color: 6490441.

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

Color convert

RGB 73 9 99 -
CMYK 0.26 0.91 0 0.61
HSL 282.67º 0.83% 0.21% -
HSV(B) 282.67º 0.91% 0.39% -
XYZ 5.1 2.51 12.02 -
YUV 38.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 73 9 99 0.26 0.91 0 0.61 282.67 0.83 0.21
Hex 49 9 63 1A 5B 0 3D 11B 53 15
Octal 111 11 143 32 133 0 75 433 123 25
Binary 1001001 1001 1100011 11010 1011011 0 111101 100011011 1010011 10101

Color Harmonies of #490963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490963

Black with #490963

Text Example


Text Example

White with #490963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490963; }

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

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

background-color css

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

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

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

border-color css

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

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

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