Html Css Color HEX #490074 Indigo

📋 copy color: '#490074'

red 73 ◦ green 0 ◦ blue 116

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

Shades of Indigo #490074

Tints of Indigo #490074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 38.62%
G = 0%
B = 61.38%

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

#490074 (or 0x490074) is known color: Indigo. HEX triplet: 49, 00 and 74. RGB value is (73,0,116). Sum of RGB (Red+Green+Blue) = 73+0+116=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #490074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490074 is #B6FF8B. Grayscale: #222222. Windows color (decimal): -11992972 or 7602249. OLE color: 7602249.

HSL color Cylindrical-coordinate representation of color #490074: hue angle of 277.76º 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 #490074 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 0 116 -
CMYK 0.37 1 0 0.55
HSL 277.76º 1% 0.23% -
HSV(B) 277.76º 1% 0.45% -
XYZ 5.9 2.68 16.73 -
YUV 35.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 73 0 116 0.37 1 0 0.55 277.76 1 0.23
Hex 49 0 74 25 64 0 37 116 64 17
Octal 111 0 164 45 144 0 67 426 144 27
Binary 1001001 0 1110100 100101 1100100 0 110111 100010110 1100100 10111

Color Harmonies of #490074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490074

Black with #490074

Text Example


Text Example

White with #490074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490074; }

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

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

background-color css

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

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

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

border-color css

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

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

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