Html Css Color HEX #490897 Indigo

📋 copy color: '#490897'

red 73 ◦ green 8 ◦ blue 151

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

Shades of Indigo #490897

Tints of Indigo #490897

RGB

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

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

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

R = 31.47%
G = 3.45%
B = 65.09%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490897 (or 0x490897) is known color: Indigo. HEX triplet: 49, 08 and 97. RGB value is (73,8,151). Sum of RGB (Red+Green+Blue) = 73+8+151=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #490897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490897 is #B6F768. Grayscale: #2B2B2B. Windows color (decimal): -11990889 or 9898057. OLE color: 9898057.

HSL color Cylindrical-coordinate representation of color #490897: hue angle of 267.27º 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 #490897 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 8 151 -
CMYK 0.52 0.95 0 0.41
HSL 267.27º 0.9% 0.31% -
HSV(B) 267.27º 0.95% 0.59% -
XYZ 8.42 3.82 29.57 -
YUV 43.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 73 8 151 0.52 0.95 0 0.41 267.27 0.9 0.31
Hex 49 8 97 34 5F 0 29 10B 5A 1F
Octal 111 10 227 64 137 0 51 413 132 37
Binary 1001001 1000 10010111 110100 1011111 0 101001 100001011 1011010 11111

Color Harmonies of #490897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490897

Black with #490897

Text Example


Text Example

White with #490897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490897; }

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

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

background-color css

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

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

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

border-color css

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

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

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