Html Css Color HEX #490499 Indigo

📋 copy color: '#490499'

red 73 ◦ green 4 ◦ blue 153

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

Shades of Indigo #490499

Tints of Indigo #490499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 31.74%
G = 1.74%
B = 66.52%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#490499 (or 0x490499) is known color: Indigo. HEX triplet: 49, 04 and 99. RGB value is (73,4,153). Sum of RGB (Red+Green+Blue) = 73+4+153=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #490499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490499 is #B6FB66. Grayscale: #292929. Windows color (decimal): -11991911 or 10028105. OLE color: 10028105.

HSL color Cylindrical-coordinate representation of color #490499: hue angle of 267.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490499 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 4 153 -
CMYK 0.52 0.97 0 0.4
HSL 267.79º 0.95% 0.31% -
HSV(B) 267.79º 0.97% 0.6% -
XYZ 8.54 3.8 30.42 -
YUV 41.62 190.86 150.38 -
System Red Green Blue C M Y K H S L
Decimal 73 4 153 0.52 0.97 0 0.4 267.79 0.95 0.31
Hex 49 4 99 34 61 0 28 10C 5F 1F
Octal 111 4 231 64 141 0 50 414 137 37
Binary 1001001 100 10011001 110100 1100001 0 101000 100001100 1011111 11111

Color Harmonies of #490499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490499

Black with #490499

Text Example


Text Example

White with #490499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490499; }

 p { color: rgb(73,4,153); }

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

background-color css

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

 a { background-color: rgb(73,4,153); }

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

border-color css

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

 span { border-color: rgb(73,4,153); }

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