Html Css Color HEX #491597 Indigo

📋 copy color: '#491597'

red 73 ◦ green 21 ◦ blue 151

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

Shades of Indigo #491597

Tints of Indigo #491597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 29.8%
G = 8.57%
B = 61.63%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#491597 (or 0x491597) is known color: Indigo. HEX triplet: 49, 15 and 97. RGB value is (73,21,151). Sum of RGB (Red+Green+Blue) = 73+21+151=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #491597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491597 is #B6EA68. Grayscale: #323232. Windows color (decimal): -11987561 or 9901385. OLE color: 9901385.

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

Color convert

RGB 73 21 151 -
CMYK 0.52 0.86 0 0.41
HSL 264º 0.76% 0.34% -
HSV(B) 264º 0.86% 0.59% -
XYZ 8.6 4.19 29.63 -
YUV 51.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 73 21 151 0.52 0.86 0 0.41 264 0.76 0.34
Hex 49 15 97 34 56 0 29 108 4C 22
Octal 111 25 227 64 126 0 51 410 114 42
Binary 1001001 10101 10010111 110100 1010110 0 101001 100001000 1001100 100010

Color Harmonies of #491597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491597

Black with #491597

Text Example


Text Example

White with #491597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491597; }

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

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

background-color css

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

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

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

border-color css

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

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

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