Html Css Color HEX #490F99 Indigo

📋 copy color: '#490F99'

red 73 ◦ green 15 ◦ blue 153

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

Shades of Indigo #490F99

Tints of Indigo #490F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 30.29%
G = 6.22%
B = 63.49%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#490F99 (or 0x490F99) is known color: Indigo. HEX triplet: 49, 0F and 99. RGB value is (73,15,153). Sum of RGB (Red+Green+Blue) = 73+15+153=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #490F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F99 is #B6F066. Grayscale: #2F2F2F. Windows color (decimal): -11989095 or 10030921. OLE color: 10030921.

HSL color Cylindrical-coordinate representation of color #490F99: hue angle of 265.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490F99 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 15 153 -
CMYK 0.52 0.90 0 0.4
HSL 265.22º 0.82% 0.33% -
HSV(B) 265.22º 0.9% 0.6% -
XYZ 8.67 4.06 30.46 -
YUV 48.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 73 15 153 0.52 0.90 0 0.4 265.22 0.82 0.33
Hex 49 F 99 34 5A 0 28 109 52 21
Octal 111 17 231 64 132 0 50 411 122 41
Binary 1001001 1111 10011001 110100 1011010 0 101000 100001001 1010010 100001

Color Harmonies of #490F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F99

Black with #490F99

Text Example


Text Example

White with #490F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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