Html Css Color HEX #490B97 Indigo

📋 copy color: '#490B97'

red 73 ◦ green 11 ◦ blue 151

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

Shades of Indigo #490B97

Tints of Indigo #490B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 31.06%
G = 4.68%
B = 64.26%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490B97 (or 0x490B97) is known color: Indigo. HEX triplet: 49, 0B and 97. RGB value is (73,11,151). Sum of RGB (Red+Green+Blue) = 73+11+151=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #490B97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B97 is #B6F468. Grayscale: #2D2D2D. Windows color (decimal): -11990121 or 9898825. OLE color: 9898825.

HSL color Cylindrical-coordinate representation of color #490B97: hue angle of 266.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490B97 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 11 151 -
CMYK 0.52 0.93 0 0.41
HSL 266.57º 0.86% 0.32% -
HSV(B) 266.57º 0.93% 0.59% -
XYZ 8.45 3.89 29.58 -
YUV 45.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 73 11 151 0.52 0.93 0 0.41 266.57 0.86 0.32
Hex 49 B 97 34 5D 0 29 10B 56 20
Octal 111 13 227 64 135 0 51 413 126 40
Binary 1001001 1011 10010111 110100 1011101 0 101001 100001011 1010110 100000

Color Harmonies of #490B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B97

Black with #490B97

Text Example


Text Example

White with #490B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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