Html Css Color HEX #490B94 Indigo

📋 copy color: '#490B94'

red 73 ◦ green 11 ◦ blue 148

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

Shades of Indigo #490B94

Tints of Indigo #490B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 31.47%
G = 4.74%
B = 63.79%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490B94 (or 0x490B94) is known color: Indigo. HEX triplet: 49, 0B and 94. RGB value is (73,11,148). Sum of RGB (Red+Green+Blue) = 73+11+148=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #490B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B94 is #B6F46B. Grayscale: #2C2C2C. Windows color (decimal): -11990124 or 9702217. OLE color: 9702217.

HSL color Cylindrical-coordinate representation of color #490B94: hue angle of 267.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490B94 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 11 148 -
CMYK 0.51 0.93 0 0.42
HSL 267.15º 0.86% 0.31% -
HSV(B) 267.15º 0.93% 0.58% -
XYZ 8.21 3.79 28.32 -
YUV 45.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 73 11 148 0.51 0.93 0 0.42 267.15 0.86 0.31
Hex 49 B 94 33 5D 0 2A 10B 56 1F
Octal 111 13 224 63 135 0 52 413 126 37
Binary 1001001 1011 10010100 110011 1011101 0 101010 100001011 1010110 11111

Color Harmonies of #490B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B94

Black with #490B94

Text Example


Text Example

White with #490B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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