Html Css Color HEX #491694 Indigo

📋 copy color: '#491694'

red 73 ◦ green 22 ◦ blue 148

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

Shades of Indigo #491694

Tints of Indigo #491694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 30.04%
G = 9.05%
B = 60.91%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491694 (or 0x491694) is known color: Indigo. HEX triplet: 49, 16 and 94. RGB value is (73,22,148). Sum of RGB (Red+Green+Blue) = 73+22+148=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #491694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491694 is #B6E96B. Grayscale: #333333. Windows color (decimal): -11987308 or 9705033. OLE color: 9705033.

HSL color Cylindrical-coordinate representation of color #491694: hue angle of 264.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491694 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 22 148 -
CMYK 0.51 0.85 0 0.42
HSL 264.29º 0.74% 0.33% -
HSV(B) 264.29º 0.85% 0.58% -
XYZ 8.38 4.13 28.37 -
YUV 51.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 73 22 148 0.51 0.85 0 0.42 264.29 0.74 0.33
Hex 49 16 94 33 55 0 2A 108 4A 21
Octal 111 26 224 63 125 0 52 410 112 41
Binary 1001001 10110 10010100 110011 1010101 0 101010 100001000 1001010 100001

Color Harmonies of #491694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491694

Black with #491694

Text Example


Text Example

White with #491694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491694; }

 p { color: rgb(73,22,148); }

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

background-color css

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

 a { background-color: rgb(73,22,148); }

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

border-color css

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

 span { border-color: rgb(73,22,148); }

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