Html Css Color HEX #490180 Indigo

📋 copy color: '#490180'

red 73 ◦ green 1 ◦ blue 128

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

Shades of Indigo #490180

Tints of Indigo #490180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 36.14%
G = 0.5%
B = 63.37%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#490180 (or 0x490180) is known color: Indigo. HEX triplet: 49, 01 and 80. RGB value is (73,1,128). Sum of RGB (Red+Green+Blue) = 73+1+128=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #490180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490180 is #B6FE7F. Grayscale: #242424. Windows color (decimal): -11992704 or 8388937. OLE color: 8388937.

HSL color Cylindrical-coordinate representation of color #490180: hue angle of 274.02º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490180 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 1 128 -
CMYK 0.43 0.99 0 0.50
HSL 274.02º 0.98% 0.25% -
HSV(B) 274.02º 0.99% 0.5% -
XYZ 6.65 3 20.65 -
YUV 37.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 73 1 128 0.43 0.99 0 0.50 274.02 0.98 0.25
Hex 49 1 80 2B 63 0 32 112 62 19
Octal 111 1 200 53 143 0 62 422 142 31
Binary 1001001 1 10000000 101011 1100011 0 110010 100010010 1100010 11001

Color Harmonies of #490180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490180

Black with #490180

Text Example


Text Example

White with #490180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490180; }

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

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

background-color css

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

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

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

border-color css

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

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

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