Html Css Color HEX #490090 Indigo

📋 copy color: '#490090'

red 73 ◦ green 0 ◦ blue 144

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

Shades of Indigo #490090

Tints of Indigo #490090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 33.64%
G = 0%
B = 66.36%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490090 (or 0x490090) is known color: Indigo. HEX triplet: 49, 00 and 90. RGB value is (73,0,144). Sum of RGB (Red+Green+Blue) = 73+0+144=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #490090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490090 is #B6FF6F. Grayscale: #252525. Windows color (decimal): -11992944 or 9437257. OLE color: 9437257.

HSL color Cylindrical-coordinate representation of color #490090: hue angle of 270.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490090 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 0 144 -
CMYK 0.49 1 0 0.44
HSL 270.42º 1% 0.28% -
HSV(B) 270.42º 1% 0.56% -
XYZ 7.78 3.43 26.64 -
YUV 38.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 73 0 144 0.49 1 0 0.44 270.42 1 0.28
Hex 49 0 90 31 64 0 2C 10E 64 1C
Octal 111 0 220 61 144 0 54 416 144 34
Binary 1001001 0 10010000 110001 1100100 0 101100 100001110 1100100 11100

Color Harmonies of #490090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490090

Black with #490090

Text Example


Text Example

White with #490090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490090; }

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

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

background-color css

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

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

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

border-color css

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

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

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