Html Css Color HEX #490190 Indigo

📋 copy color: '#490190'

red 73 ◦ green 1 ◦ blue 144

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

Shades of Indigo #490190

Tints of Indigo #490190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 33.49%
G = 0.46%
B = 66.06%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#490190 (or 0x490190) is known color: Indigo. HEX triplet: 49, 01 and 90. RGB value is (73,1,144). Sum of RGB (Red+Green+Blue) = 73+1+144=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #490190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490190 is #B6FE6F. Grayscale: #262626. Windows color (decimal): -11992688 or 9437513. OLE color: 9437513.

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

Color convert

RGB 73 1 144 -
CMYK 0.49 0.99 0 0.44
HSL 270.21º 0.99% 0.28% -
HSV(B) 270.21º 0.99% 0.56% -
XYZ 7.79 3.45 26.64 -
YUV 38.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 73 1 144 0.49 0.99 0 0.44 270.21 0.99 0.28
Hex 49 1 90 31 63 0 2C 10E 63 1C
Octal 111 1 220 61 143 0 54 416 143 34
Binary 1001001 1 10010000 110001 1100011 0 101100 100001110 1100011 11100

Color Harmonies of #490190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490190

Black with #490190

Text Example


Text Example

White with #490190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490190; }

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

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

background-color css

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

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

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

border-color css

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

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

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