Html Css Color HEX #490597 Indigo

📋 copy color: '#490597'

red 73 ◦ green 5 ◦ blue 151

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

Shades of Indigo #490597

Tints of Indigo #490597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 31.88%
G = 2.18%
B = 65.94%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490597 (or 0x490597) is known color: Indigo. HEX triplet: 49, 05 and 97. RGB value is (73,5,151). Sum of RGB (Red+Green+Blue) = 73+5+151=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #490597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490597 is #B6FA68. Grayscale: #292929. Windows color (decimal): -11991657 or 9897289. OLE color: 9897289.

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

Color convert

RGB 73 5 151 -
CMYK 0.52 0.97 0 0.41
HSL 267.95º 0.94% 0.31% -
HSV(B) 267.95º 0.97% 0.59% -
XYZ 8.39 3.76 29.56 -
YUV 41.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 73 5 151 0.52 0.97 0 0.41 267.95 0.94 0.31
Hex 49 5 97 34 61 0 29 10C 5E 1F
Octal 111 5 227 64 141 0 51 414 136 37
Binary 1001001 101 10010111 110100 1100001 0 101001 100001100 1011110 11111

Color Harmonies of #490597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490597

Black with #490597

Text Example


Text Example

White with #490597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490597; }

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

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

background-color css

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

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

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

border-color css

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

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

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