Html Css Color HEX #490BAD Indigo

📋 copy color: '#490BAD'

red 73 ◦ green 11 ◦ blue 173

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

Shades of Indigo #490BAD

Tints of Indigo #490BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 173 (67.97% from 255) = 67.32%

R = 28.4%
G = 4.28%
B = 67.32%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#490BAD (or 0x490BAD) is known color: Indigo. HEX triplet: 49, 0B and AD. RGB value is (73,11,173). Sum of RGB (Red+Green+Blue) = 73+11+173=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #490BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BAD is #B6F452. Grayscale: #2F2F2F. Windows color (decimal): -11990099 or 11340617. OLE color: 11340617.

HSL color Cylindrical-coordinate representation of color #490BAD: hue angle of 262.96º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BAD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 11 173 -
CMYK 0.58 0.94 0 0.32
HSL 262.96º 0.88% 0.36% -
HSV(B) 262.96º 0.94% 0.68% -
XYZ 10.41 4.67 39.89 -
YUV 48.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 73 11 173 0.58 0.94 0 0.32 262.96 0.88 0.36
Hex 49 B AD 3A 5E 0 20 107 58 24
Octal 111 13 255 72 136 0 40 407 130 44
Binary 1001001 1011 10101101 111010 1011110 0 100000 100000111 1011000 100100

Color Harmonies of #490BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BAD

Black with #490BAD

Text Example


Text Example

White with #490BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,173); }

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

background-color css

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

 a { background-color: rgb(73,11,173); }

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

border-color css

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

 span { border-color: rgb(73,11,173); }

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