Html Css Color HEX #490573 Indigo

📋 copy color: '#490573'

red 73 ◦ green 5 ◦ blue 115

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

Shades of Indigo #490573

Tints of Indigo #490573

RGB

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

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

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

R = 37.82%
G = 2.59%
B = 59.59%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490573 (or 0x490573) is known color: Indigo. HEX triplet: 49, 05 and 73. RGB value is (73,5,115). Sum of RGB (Red+Green+Blue) = 73+5+115=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #490573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490573 is #B6FA8C. Grayscale: #252525. Windows color (decimal): -11991693 or 7537993. OLE color: 7537993.

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

Color convert

RGB 73 5 115 -
CMYK 0.37 0.96 0 0.55
HSL 277.09º 0.92% 0.24% -
HSV(B) 277.09º 0.96% 0.45% -
XYZ 5.9 2.76 16.44 -
YUV 37.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 73 5 115 0.37 0.96 0 0.55 277.09 0.92 0.24
Hex 49 5 73 25 60 0 37 115 5C 18
Octal 111 5 163 45 140 0 67 425 134 30
Binary 1001001 101 1110011 100101 1100000 0 110111 100010101 1011100 11000

Color Harmonies of #490573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490573

Black with #490573

Text Example


Text Example

White with #490573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490573; }

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

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

background-color css

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

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

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

border-color css

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

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

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