Html Css Color HEX #490563 Indigo

📋 copy color: '#490563'

red 73 ◦ green 5 ◦ blue 99

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

Shades of Indigo #490563

Tints of Indigo #490563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 41.24%
G = 2.82%
B = 55.93%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#490563 (or 0x490563) is known color: Indigo. HEX triplet: 49, 05 and 63. RGB value is (73,5,99). Sum of RGB (Red+Green+Blue) = 73+5+99=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #490563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490563 is #B6FA9C. Grayscale: #232323. Windows color (decimal): -11991709 or 6489417. OLE color: 6489417.

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

Color convert

RGB 73 5 99 -
CMYK 0.26 0.95 0 0.61
HSL 283.4º 0.9% 0.2% -
HSV(B) 283.4º 0.95% 0.39% -
XYZ 5.05 2.43 12.01 -
YUV 36.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 73 5 99 0.26 0.95 0 0.61 283.4 0.9 0.2
Hex 49 5 63 1A 5F 0 3D 11B 5A 14
Octal 111 5 143 32 137 0 75 433 132 24
Binary 1001001 101 1100011 11010 1011111 0 111101 100011011 1011010 10100

Color Harmonies of #490563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490563

Black with #490563

Text Example


Text Example

White with #490563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490563; }

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

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

background-color css

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

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

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

border-color css

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

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

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