Html Css Color HEX #491296 Indigo

📋 copy color: '#491296'

red 73 ◦ green 18 ◦ blue 150

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

Shades of Indigo #491296

Tints of Indigo #491296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 30.29%
G = 7.47%
B = 62.24%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#491296 (or 0x491296) is known color: Indigo. HEX triplet: 49, 12 and 96. RGB value is (73,18,150). Sum of RGB (Red+Green+Blue) = 73+18+150=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #491296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491296 is #B6ED69. Grayscale: #313131. Windows color (decimal): -11988330 or 9835081. OLE color: 9835081.

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

Color convert

RGB 73 18 150 -
CMYK 0.51 0.88 0 0.41
HSL 265º 0.79% 0.33% -
HSV(B) 265º 0.88% 0.59% -
XYZ 8.47 4.05 29.19 -
YUV 49.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 73 18 150 0.51 0.88 0 0.41 265 0.79 0.33
Hex 49 12 96 33 58 0 29 109 4F 21
Octal 111 22 226 63 130 0 51 411 117 41
Binary 1001001 10010 10010110 110011 1011000 0 101001 100001001 1001111 100001

Color Harmonies of #491296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491296

Black with #491296

Text Example


Text Example

White with #491296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491296; }

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

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

background-color css

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

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

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

border-color css

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

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

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