Html Css Color HEX #490896 Indigo

📋 copy color: '#490896'

red 73 ◦ green 8 ◦ blue 150

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

Shades of Indigo #490896

Tints of Indigo #490896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 31.6%
G = 3.46%
B = 64.94%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490896 (or 0x490896) is known color: Indigo. HEX triplet: 49, 08 and 96. RGB value is (73,8,150). Sum of RGB (Red+Green+Blue) = 73+8+150=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #490896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490896 is #B6F769. Grayscale: #2B2B2B. Windows color (decimal): -11990890 or 9832521. OLE color: 9832521.

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

Color convert

RGB 73 8 150 -
CMYK 0.51 0.95 0 0.41
HSL 267.46º 0.9% 0.31% -
HSV(B) 267.46º 0.95% 0.59% -
XYZ 8.34 3.79 29.15 -
YUV 43.62 188.03 148.95 -
System Red Green Blue C M Y K H S L
Decimal 73 8 150 0.51 0.95 0 0.41 267.46 0.9 0.31
Hex 49 8 96 33 5F 0 29 10B 5A 1F
Octal 111 10 226 63 137 0 51 413 132 37
Binary 1001001 1000 10010110 110011 1011111 0 101001 100001011 1011010 11111

Color Harmonies of #490896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490896

Black with #490896

Text Example


Text Example

White with #490896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490896; }

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

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

background-color css

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

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

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

border-color css

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

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

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