Html Css Color HEX #490096 Indigo

📋 copy color: '#490096'

red 73 ◦ green 0 ◦ blue 150

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

Shades of Indigo #490096

Tints of Indigo #490096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 32.74%
G = 0%
B = 67.26%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490096 (or 0x490096) is known color: Indigo. HEX triplet: 49, 00 and 96. RGB value is (73,0,150). Sum of RGB (Red+Green+Blue) = 73+0+150=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #490096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490096 is #B6FF69. Grayscale: #262626. Windows color (decimal): -11992938 or 9830473. OLE color: 9830473.

HSL color Cylindrical-coordinate representation of color #490096: hue angle of 269.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490096 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 0 150 -
CMYK 0.51 1 0 0.41
HSL 269.2º 1% 0.29% -
HSV(B) 269.2º 1% 0.59% -
XYZ 8.25 3.62 29.12 -
YUV 38.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 73 0 150 0.51 1 0 0.41 269.2 1 0.29
Hex 49 0 96 33 64 0 29 10D 64 1D
Octal 111 0 226 63 144 0 51 415 144 35
Binary 1001001 0 10010110 110011 1100100 0 101001 100001101 1100100 11101

Color Harmonies of #490096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490096

Black with #490096

Text Example


Text Example

White with #490096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490096; }

 p { color: rgb(73,0,150); }

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

background-color css

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

 a { background-color: rgb(73,0,150); }

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

border-color css

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

 span { border-color: rgb(73,0,150); }

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