Html Css Color HEX #490073 Indigo

📋 copy color: '#490073'

red 73 ◦ green 0 ◦ blue 115

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

Shades of Indigo #490073

Tints of Indigo #490073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.83%
G = 0%
B = 61.17%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490073 (or 0x490073) is known color: Indigo. HEX triplet: 49, 00 and 73. RGB value is (73,0,115). Sum of RGB (Red+Green+Blue) = 73+0+115=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #490073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490073 is #B6FF8C. Grayscale: #222222. Windows color (decimal): -11992973 or 7536713. OLE color: 7536713.

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

Color convert

RGB 73 0 115 -
CMYK 0.37 1 0 0.55
HSL 278.09º 1% 0.23% -
HSV(B) 278.09º 1% 0.45% -
XYZ 5.84 2.65 16.42 -
YUV 34.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 73 0 115 0.37 1 0 0.55 278.09 1 0.23
Hex 49 0 73 25 64 0 37 116 64 17
Octal 111 0 163 45 144 0 67 426 144 27
Binary 1001001 0 1110011 100101 1100100 0 110111 100010110 1100100 10111

Color Harmonies of #490073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490073

Black with #490073

Text Example


Text Example

White with #490073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490073; }

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

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

background-color css

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

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

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

border-color css

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

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

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