Html Css Color HEX #490973 Indigo

📋 copy color: '#490973'

red 73 ◦ green 9 ◦ blue 115

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

Shades of Indigo #490973

Tints of Indigo #490973

RGB

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

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

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

R = 37.06%
G = 4.57%
B = 58.38%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490973 (or 0x490973) is known color: Indigo. HEX triplet: 49, 09 and 73. RGB value is (73,9,115). Sum of RGB (Red+Green+Blue) = 73+9+115=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #490973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490973 is #B6F68C. Grayscale: #272727. Windows color (decimal): -11990669 or 7539017. OLE color: 7539017.

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

Color convert

RGB 73 9 115 -
CMYK 0.37 0.92 0 0.55
HSL 276.23º 0.85% 0.24% -
HSV(B) 276.23º 0.92% 0.45% -
XYZ 5.94 2.85 16.46 -
YUV 40.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 73 9 115 0.37 0.92 0 0.55 276.23 0.85 0.24
Hex 49 9 73 25 5C 0 37 114 55 18
Octal 111 11 163 45 134 0 67 424 125 30
Binary 1001001 1001 1110011 100101 1011100 0 110111 100010100 1010101 11000

Color Harmonies of #490973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490973

Black with #490973

Text Example


Text Example

White with #490973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490973; }

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

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

background-color css

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

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

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

border-color css

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

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

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