Html Css Color HEX #490860 Indigo

📋 copy color: '#490860'

red 73 ◦ green 8 ◦ blue 96

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

Shades of Indigo #490860

Tints of Indigo #490860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 41.24%
G = 4.52%
B = 54.24%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490860 (or 0x490860) is known color: Indigo. HEX triplet: 49, 08 and 60. RGB value is (73,8,96). Sum of RGB (Red+Green+Blue) = 73+8+96=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #490860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490860 is #B6F79F. Grayscale: #252525. Windows color (decimal): -11990944 or 6293577. OLE color: 6293577.

HSL color Cylindrical-coordinate representation of color #490860: hue angle of 284.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490860 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 8 96 -
CMYK 0.24 0.92 0 0.62
HSL 284.32º 0.85% 0.2% -
HSV(B) 284.32º 0.92% 0.38% -
XYZ 4.95 2.43 11.28 -
YUV 37.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 73 8 96 0.24 0.92 0 0.62 284.32 0.85 0.2
Hex 49 8 60 18 5C 0 3E 11C 55 14
Octal 111 10 140 30 134 0 76 434 125 24
Binary 1001001 1000 1100000 11000 1011100 0 111110 100011100 1010101 10100

Color Harmonies of #490860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490860

Black with #490860

Text Example


Text Example

White with #490860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490860; }

 p { color: rgb(73,8,96); }

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

background-color css

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

 a { background-color: rgb(73,8,96); }

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

border-color css

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

 span { border-color: rgb(73,8,96); }

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